I need to craft my css more efficiently to eliminate redundancy, repeating values and overqualified elements.
Because I would like to have sections for header in the column that has own background but not repeating values and or overqualified elements. Example of the 3 column header sections I would like to create are like at this website or something simular
http://www.havealook.com.au/
I have a idea but not properly understand as I am a Semi-Beginner here is a sample of what I think but not sure of what type of elements should be.
use to do each element like this column-1, column-2, column-3,
but sorta now do it like this and so on but have some difficulty understanding .col3 {styles}
header1, header2, header3, and specific backgrounds
.col3-header{styles}
.bg-blue{styles}
.bg-gren{styles}
.bg-red{styles}
instead text-area1,text-area2,text-area3
.col3 p{styles}
Not Sure correct html lay out or css lay out need a sample demo to learn off if any one can point me in the right direction.
Sorry if can understand it all