[solved]-Go Structural Styles Section Creating Style Rule Sets Background Color Html Element Value Q39035862
Go to the Structural Styles section, creating a style rule thatsets the background color of the html element to the value hsl(91,8%, 56%). Add a style rule for the body element to set thebackground color to the value hsl(58, 31%, 84%) and the font of thebody text to the font stack: Palatino Linotype, Book Antiqua,Palatino, serif. Create a style rule for the header element thatsets the background color to black. This is the code I haveentered, but its not working- why? /* Structural Styles */ html{background-color: hsl(91,8%,56%);} body {background-color:hsl(58,31%,84%); font-family: Palatino Linotype, Book Antiqua,Palatino, serif;} header {background-color: black;}
**Have tried code as written and it does not work**
Expert Answer
Answer to Go to the Structural Styles section, creating a style rule that sets the background color of the html element to the val… . . .
OR

