Category: CSS

CSS means cascading style sheet, which is a style sheet language. The basic objective of CSS is the separation of document content from document presentation. Cascading Style Sheet is becoming an integral part of modern day web design process. This section is updated regularly with posts related to CSS, such as CSS positioning, CSS tips, CSS tutorials, CSS3, downloads, freebies, standards, trends etc.

CSS Grid – The most exciting thing to happen since CSS3

CSS Grid is the most exciting new way to create amazing layouts on the web. It’s not a framework or library, it’s just an addition to the CSS language that allows us to quickly create flexible, two dimensional layouts. With the introduction of CSS Grid, we now have an independent layout mechanism which has a lot of cool benefits. Now we can write more resilient code without the help of any hacky tricks. In simple words, we can now do a lot many things with fewer lines of code.