diff --git a/index.html b/index.html index b1bd3ff..97f1ff0 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ +

Landing Page

Tools Used to build this webpage!

-
HTML logo
HTML5
@@ -48,7 +48,8 @@

Tools Used to build this webpage!

- In some ways, programming is like painting. You start with a blank canvas and certain basic raw materials. You use a combination of science, art, and craft to determine what to do with them. + In some ways, programming is like painting. You start with a blank canvas and certain basic raw materials. + You use a combination of science, art, and craft to determine what to do with them.

- Andrew Hunt

@@ -66,4 +67,4 @@

Learn Web Development today!

Copyright © The Odin project 2022
- \ No newline at end of file + diff --git a/style.css b/style.css index 17f6c5b..0bbda9e 100644 --- a/style.css +++ b/style.css @@ -153,8 +153,13 @@ button:hover{ display: flex; align-items: center; justify-content: center; - height: 100vh; + padding: 30px; background-color: #1F2937; margin-top: auto; color: #fff; -} \ No newline at end of file +} +.hero h1, +.secondary-text, +button{ + margin-left: 25px; +}