Kimoteo / DasmotosArtsAndCrafts

Code Academy Project – Build Websites From Scratch course
0 stars 0 forks source link

Styling #2

Closed ulisigi closed 5 years ago

ulisigi commented 5 years ago

While your project closely resembles the design specification, there are style differences or omissions in every section.

Header The redline indicates that the color of the <h1> text should be khaki: image Your stylesheet sets the color to white: https://github.com/Kimoteo/DasmotosArtsAndCrafts/blob/master/Resources/CSS/main.css#L14

Section headings The redline indicates that the color of the <h2> should be white: image However, this element is styled to be black in your stylesheet: https://github.com/Kimoteo/DasmotosArtsAndCrafts/blob/master/Resources/CSS/main.css#L18-L22

Background Colors The background colors of the design specification should be mediumspringgreen, lightcoral, and skyblue: image image image If you wanted to use hexidecimal color values instead of the names supplied by the design specification: mediumspringgreen == #00FA9A lightcoral == #F08080 skyblue == #87CEEB