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
Binary file added images/long-highway-in-arizona-desert.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,27 @@ p, li {
font-size: 16px;
line-height: 2;
letter-spacing: 1px;
color: aliceblue;
}


html {
background-color: #00539F;
}

body {
width: 600px;
margin: 0 auto;
background-color: #FF9500;
background-color: #5f6f45;
padding: 0 20px 20px 20px;
border: 5px solid black;
background-image: url("../images/long-highway-in-arizona-desert.jpg");
background-size: 100% 100%;
}

h1 {
margin: 0;
padding: 20px 0;
color: #00539F;
text-shadow: 3px 3px 1px black;
text-shadow: 1px 5px 5px black;
}

img {
Expand Down