Question: Here is the assignment for this week that i am competely lost on. Could someone please help me with this? Thank you so much yoga.css


Here is the assignment for this week that i am competely lost on. Could someone please help me with this? Thank you so much
yoga.css
*
{
box-sizing: border-box;
}
header, nav, main, footer
{
display: block;
}
body
{
background-color: #3f2860;
color: #3f2860;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.floatleft
{
float: left;
margin-right: 4em;
}
.clear
{
clear: both;
}
#wrappe
{
min-width: 1200px;
max-width: 1480px;
background-color: #f5f5f5;
width: 80%;
margin-right: auto;
margin-left: auto;
}
main
{
padding-left: 2em;
padding-right: 2em;
background-color: #f5f5f5;
margin-left: 170px;
padding-top: 1em;
}
header
{
height: 150px;
background-image: url(lilyheader.jpg);
background-color: #9bc1c2;
background-repeat: no-repeat;
background-position: right;
/*text-align: center;*/
}
h1
{
/*line-height: 200%;*/
padding-top: 50px;
padding-left: 2em;
}
nav
{
padding: 1em;
font-weight: bold;
float: left;
width: 160px;
border: 3px #CCCCCC;
}
/* nav anchor elemt that removes the underlines from the links */
nav a
{
text-decoration: none;
display: block;
font-weight: bold;
text-align: center;
border: 3px inset #CCCCCC;
padding: 1em;
margin-bottom: 1em;
}
nav a:link
{
color: #3F2860;
}
nav a:visited
{
color: #497777;
}
nav a:hover
{
color: #A26100;
border: 3px inset #333333;
}
nav ul
{
list-style: none;
padding-left: 0;
}
/*class element named studio used to add italics*/
.studio
{
font-style: italic;
}
footer
{
padding: 1em;
background-color: #9bc1c2;
font-size: 0.6em;
font-style: italic;
text-align: center;
}
dt
{
font-weight: bold;
}
dd
{
margin: 20px 5px 20px 40px;
}
#mobile
{
display: none;
}
#desktop
{
display: inline;
}
table{
width: 60%;
border: 1px;
border-color: #3f2860;
border-collapse: collapse;
margin: 1em;
}
td,th{
padding: 5px;
border: 1px;
border-color: #3f2860;
}
tr:nth-of-type(3) {
background: #9bc1c2;
}
caption{
margin: 1em;
font-weight: bold;
font-size: 120%;
}
}
fieldset
{
border: 0px white solid;
}
label
{
float: left;
display: block;
text-align: right;
font-weight: bold;
width: 10em;
padding-right: 1em;
}
input, textarea
{
display: block;
margin-bottom: 2em;
}
#mySubmit
{
margin-left: 12em;
schedule.html
Path of Light Yoga Studio
Home Classes
Schedule Contact
Yoga Schedule
Copyright © 2018 Path of Light Yoga Studio
yourfirstname@yourlastname.com
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
