nwlacroix / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

strange css organization #4

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

This is not how you write css. All styles for a particular selector should be put together: h1 { font-family: Helvetica; font-size: 100px; color: khaki; } https://github.com/nwlacroix/prj-rev-bwfs-dasmoto/blob/master/Dasmoto's%20Arts%26%20Crafts/Resources/css/style.css#L2-L7

nwlacroix commented 6 years ago

I fixed all except the h1. The suggested formatting did not work for the h1 section. Here's what I tried: h1 {font-family: Helvetica; font-size: 100px; font-weight: bold; color: khaki; }