Answered step by step
Verified Expert Solution
Question
1 Approved Answer
can someone please tell me whats wrong with my background code. Complete Doc... > Complete the ... Workspace Complete the Setting Background Color step described
can someone please tell me whats wrong with my background code.
Complete Doc... > Complete the ... Workspace Complete the Setting Background Color step described above. 6.67 out of 10.00 2 out of 3 checks passed. Review the results below for more details. 39 /* Structural Styles */ 40 41 html { 42 background-color: Ihsl(91, 8%, 56%); 43 } 44 45 body { 46 background-color: Ohsl(58, 31%, 84%); 47 font-family: 'Palatino Linotype', "Book Antiqua', Palatino, serif; 48 } 49 50 header { 51 background-color: Iblack; 52 } 53 54 p { 55 margin: 0px; 56 padding: 5px 25px 25px 25px; 57 } 58 59 body > p{ 60 text-align: center; 61 font-size: 1.1em; 62 } 63 64 address { 65 font-style: normal; 66 text-align: center; 67 font-size: 0.9em; 68 padding-top: 10px; 69 padding-bottom: 10px; 70 } Checks > Webpage Test Incomplete CSS Setting background color Code Pattern . Complete Structural Styles html background color set Code Pattern Complete Doc... > Complete the ... Workspace Complete the Setting Background Color step described above. 6.67 out of 10.00 2 out of 3 checks passed. Review the results below for more details. 39 /* Structural Styles */ 40 41 html { 42 background-color: Ihsl(91, 8%, 56%); 43 } 44 45 body { 46 background-color: Ohsl(58, 31%, 84%); 47 font-family: 'Palatino Linotype', "Book Antiqua', Palatino, serif; 48 } 49 50 header { 51 background-color: Iblack; 52 } 53 54 p { 55 margin: 0px; 56 padding: 5px 25px 25px 25px; 57 } 58 59 body > p{ 60 text-align: center; 61 font-size: 1.1em; 62 } 63 64 address { 65 font-style: normal; 66 text-align: center; 67 font-size: 0.9em; 68 padding-top: 10px; 69 padding-bottom: 10px; 70 } Checks > Webpage Test Incomplete CSS Setting background color Code Pattern . Complete Structural Styles html background color set Code PatternStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started