Pages

Showing posts with label Cascading Style Sheet. Show all posts
Showing posts with label Cascading Style Sheet. Show all posts

Wednesday, May 28, 2014

CSS Approach

I've learn a few steps on how to work with Cascading Style Sheet (CSS), consisting values inside properties inside declaration inside element, called Rules. The more I learned the more interesting this subject is, but the more I deep in, the more query float. This is the sample of CSS rules:

h1 { color : #fff; }  /* this is awesome*/

In custom coding, I need to break the code into 'area' by section, which means applying code development to, for instance, Header area, Navigation area, Color area, Page Content area, Gallery area, Footer area, you can named what ever you want as long as it can be trace easy. For example,