Category: CSS

CSS most used and basic properties

CSS Background – Background-color , background-image , Background-repeat , Background-position Examples - Div { background-color:#b0c4de; } Body { background-image:url('paper.gif'); background-repeat:repeat-x; background-position:right top;} body {background:#ffffff url('img_tree.png') no-repeat right top;}
Read More

How to compile less css?

In previous post, we came to know that Less is a css pre-processor that allow variables, functions, mixins to make it more extendable and maintainable. Less CSSĀ file named
Read More

What is LESS CSS?

If you are a interactive web developer, then Less css is a must learn style sheet programming language. Basic pre requirement is to learn css is basic CSS
Read More