diff --git a/freeCodeCamp/responsive-web-design-projects/Project3-ProductLandingPage/index.html b/freeCodeCamp/responsive-web-design-projects/Project3-ProductLandingPage/index.html index 885e4ca..7b0c250 100644 --- a/freeCodeCamp/responsive-web-design-projects/Project3-ProductLandingPage/index.html +++ b/freeCodeCamp/responsive-web-design-projects/Project3-ProductLandingPage/index.html @@ -29,7 +29,7 @@
- +
diff --git a/freeCodeCamp/responsive-web-design-projects/Project3-ProductLandingPage/style.css b/freeCodeCamp/responsive-web-design-projects/Project3-ProductLandingPage/style.css index fa905d0..72a936b 100644 --- a/freeCodeCamp/responsive-web-design-projects/Project3-ProductLandingPage/style.css +++ b/freeCodeCamp/responsive-web-design-projects/Project3-ProductLandingPage/style.css @@ -13,6 +13,7 @@ body { position: fixed; top: 0; width: 100%; + height: 4rem; background-color: rgb(179, 179, 179); display: flex; flex-direction: row; @@ -29,8 +30,7 @@ body { } #header-img { - width: 15%; - height: 15%; + height: 100%; margin: 0 1em 0; } @@ -45,7 +45,6 @@ body { align-items: center; padding-left: 1rem; padding-right: 1rem; - /* margin: 1em; */ } .btn-link { @@ -57,7 +56,6 @@ body { color: #FFFFFF; font-family: 'Rubik', sans-serif; - font-size: 1em; padding: 5px 40px; @@ -69,7 +67,6 @@ body { border: solid #337FED 1px; text-decoration: none; - /* display: inline-block; */ cursor: pointer; text-align: center; }