Open farishkash opened 6 years ago
https://github.com/Kelliebrew/prj-rev-bwfs-dasmoto/blob/702d73c6c7ae8411624e8903e1e8cb4543c4700e/Dasmoto's%20Arts%20%26%20Crafts/Resources/style.css#L25-L39
A big part of CSS is the ability to apply multiple styles at once, you just have to us h1 once and put each style on its own line. The code above reformatted below as an example how this should be done.
h1 { font-family: "Helvetica" color: khaki; text-align: center; font-size: 100px; }
https://github.com/Kelliebrew/prj-rev-bwfs-dasmoto/blob/702d73c6c7ae8411624e8903e1e8cb4543c4700e/Dasmoto's%20Arts%20%26%20Crafts/Resources/style.css#L25-L39
A big part of CSS is the ability to apply multiple styles at once, you just have to us h1 once and put each style on its own line. The code above reformatted below as an example how this should be done.
h1 { font-family: "Helvetica" color: khaki; text-align: center; font-size: 100px; }