CSS has been always a marvelous language for creating web pages. It’s better to learn from other’s mistake than to commit your own. Some generous designers/developers have posted really good tips and techniques to save time and effort and to excel CSS. So have a look on following tips as each one will teach you a […]
Category Archives: Css
A Guide to CSS Border Style
The CSS border properties allow you to specify the style and color of an element’s border. Here is a guide to all CSS border style properties with small demo. 1. Simple  Border This Border style is simple and highly used. In this border we use  border 1pixels solid in black color . This results in : The CSS of […]