RSSAll Entries Tagged With: "CSS Turtorial"

post thumbnail

Working with CSS shorthand for boxes

This is something that is useful to get to grips with, in order to create the most efficient and easy-to-update CSS.
The previous example showed how to set all margins and padding values to 0, and this was done in shorthand instead of writing out every single value. How CSS shorthand works for boxes is like [...]

post thumbnail

What is CSS ?

Stands for “Cascading Style Sheet.” Cascading style sheets are used to format the layout of Web pages. They can be used to define text styles, table sizes, & other aspects of Web pages that historically in the past could only be defined in a page’s HTML.
CSS helps Web developers generate a uniform look across several [...]