Open yoga.css: body { background-color:#F5F5F5; color:#3F2860; font-family: \"Ve
ID: 3782450 • Letter: O
Question
Open yoga.css:
body {
background-color:#F5F5F5;
color:#3F2860;
font-family: "Verdana", sans-seri;
}
head{
background-color:#9BC1C2;
text-align: center;
}
h1 {
line-height: 200%;}
nav{
text-align: center;
font-style: bold;
}
nav.a{
text-decoration: none;
}
nav{
font-style: bold;
}
.studio
{font-style: italic;
}
footer{
background-color:#9BC1C2;
font-size:inherit;// small tag
font-style: italic; // for italic tag
text-align: center;
}
nav{
font-style: bold;
}
Add a style rule for an id named wrapper with width set to 80%, margin-right set to auto, and margin-left set to auto.
Explanation / Answer
body {
background-color:#F5F5F5;
color:#3F2860;
font-family: "Verdana", sans-seri;
}
head{
background-color:#9BC1C2;
text-align: center;
}
h1 {
line-height: 200%;}
nav{
text-align: center;
font-style: bold;
}
nav.a{
text-decoration: none;
}
nav{
font-style: bold;
}
.studio
{font-style: italic;
}
footer{
background-color:#9BC1C2;
font-size:inherit;// small tag
font-style: italic; // for italic tag
text-align: center;
}
nav{
font-style: bold;
}
margin-left: auto;
}
if you like this answer, please give a thumbs up and if you have some doubt just ask in the comment section below. I will try to help. Cheers
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.