diff --git a/images/long-highway-in-arizona-desert.jpg b/images/long-highway-in-arizona-desert.jpg new file mode 100644 index 0000000..8a85186 Binary files /dev/null and b/images/long-highway-in-arizona-desert.jpg differ diff --git a/styles/style.css b/styles/style.css index 10e1cbf..049834a 100644 --- a/styles/style.css +++ b/styles/style.css @@ -13,9 +13,8 @@ p, li { font-size: 16px; line-height: 2; letter-spacing: 1px; + color: aliceblue; } - - html { background-color: #00539F; } @@ -23,16 +22,18 @@ html { 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 {