Codeflaps

Understanding CSS border-radius

In this tutorial I am going to explain about the CSS border-radius property. You might have used the basic CSS border-radius property, which is like border-radius: 5px;. But since I am writing this tutorial for the beginners, I shall explain every bit of it.

Multi coloured rainbow border with CSS

Creating a multi coloured border is bit complicated for the beginners. Hopefully this tutorial will help them out. Though I am calling it a rainbow like border, it can have more than seven colors. You can add as many colors as you want. I am sharing this tutorial only to give you an idea about rainbow border, it will be better if you experiment more.

CSS font styles

We can create numerous font styles with CSS. Here I have used the CSS text-shadow property to create some cool CSS fonts. Using graphics for designing certain part of your website's font is not worth practicing. Because it may slow down your website load speed. So always try to use CSS for basic styling purposes.

How to create a 3D envelope with CSS

You might have seen 3D envelopes in some websites, which pops up its content on mouseover. Today in this tutorial you are going to learn the codes behind this unique envelope design. I have created this effect with CSS3, there are more ways to create this. But this tutorial will be limited to CSS only.

Creating a CSS ribbon

In this tutorial I am going to discuss all about creating a 3D ribbon with CSS. It can be used as the headers of different widgets of a website or a blog. Before learning this tutorial you need to have some basic concept about CSS pseudo elements :before and :after and of course some of the basic knowledge of CSS style properties.