Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

body{
font-family: Lato, 'Helvetica Neue', Helvetica, sans-serif;
font-size: 18px;
font-weight: 300;
font-size: 1.2rem;
font-weight: 450;
background: url('../img/background.jpg') fixed;
background-size: cover;
}

h1, h2, h3{
font-family: Raleway, 'Helvetica Neue', Helvetica, sans-serif;
font-weight: 300;
font-weight: 600;
}

h1{
Expand All @@ -20,15 +20,15 @@ h1{
}

h2, h3{
color: #505050
color: black;
}

h2{
font-size: 150%;
font-size: 160%;
}

h3{
font-size: 125%;
font-size: 130%;
}

a:link, a:visited {
Expand All @@ -37,18 +37,18 @@ a:link, a:visited {
}

a:hover, a:focus{
color: #0000EE;
color:orange;
}

main{
margin: 20px 20px 20px 30%;
margin: 1.25rem 3rem;
background-image: url('../img/ricepaper_v3.png');
opacity: 0.9;
opacity: 0.8;
}

header{
padding: 1em;
background-color: #FA5A0F;
background-color: #C94203;
border-bottom: solid 5px #EA4A00;
color: #FFFFFF;
}
Expand All @@ -66,6 +66,9 @@ footer{
font-size: 80%;
text-align: right;
}
footer a:hover {
color:white;
}

dd{
font-size: 80%;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" href="img/pizza-icon.png">

<title>Dawg Pizza</title>
</head>

Expand All @@ -29,6 +28,7 @@ <h2>Hours</h2>
<p>Open daily from noon to midnight</p>

<h2>To Order</h2>

<p>Call us at <a href="tel:206-555-1212">206-555-1212</a></p>
</section>

Expand Down