christinahauri / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Important: Readability #3

Closed blerude closed 6 years ago

blerude commented 6 years ago

https://github.com/christinahauri/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/resources/style.css#L1-L7

Again, think about how easy your code is to read. Try formatting each selector + styling like this:

.item h2 {
     font-size: 32px;
     font-weight:bold; 
     color:white;
}

Subtle difference, but that's the common practiced way to do things and looks cleaner.

christinahauri commented 6 years ago

Thank you! :)