diff --git a/README.md b/README.md index 0b4db66..95d40ef 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # landingpage-project -Project using `learned css skills in order to test current knowledge \ No newline at end of file +Project using learned css skills in order to test current knowledge \ No newline at end of file diff --git a/index.html b/index.html index 4510880..471f92d 100644 --- a/index.html +++ b/index.html @@ -12,22 +12,24 @@
-
-
Header Logo
- -
-
-
-
This website is awesome
-
This website has some subtext that goes here under the main title. It's a smaller font and the color is lower contrast
- +
+ -
- porci pe wow +
+
+
This website is awesome
+
This website has some subtext that goes here under the main title. It's a smaller font and the color is lower contrast
+ +
+
+ porci pe wow +
diff --git a/style.css b/style.css index 85b403a..f09302d 100644 --- a/style.css +++ b/style.css @@ -9,16 +9,16 @@ body { .hero { background-color: #1F2937; display: flex; - flex: 1; - flex-direction: column; - padding: 16px; + justify-content: center; } .first-part { display: flex; align-items: center; - justify-content: space-evenly; + justify-content: space-between; + margin: 0; + padding: 0; } .header { @@ -42,8 +42,7 @@ body { .second-part { display: flex; - justify-content: center; - align-items: center; + justify-content: space-between; margin-top: 60px; margin-bottom: 60px; text-wrap: wrap; @@ -145,8 +144,6 @@ a { .adbutton { padding: 150px; - display: flex; - justify-content: center; } .adbutton-container{ @@ -176,6 +173,7 @@ a { color: #F9FAF8; font-size: 20px; width: 150px; + flex-shrink: 0; } .footer {