diff --git a/html/css/styles.css b/html/css/styles.css index 7e26801..6023d13 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1,13 +1,11 @@ -html { - height: 100%; - margin: 0; -} - body { - font-family: "Times New Roman", Times, serif; - display: flexbox; + height: 100%; + width: 100%; + margin: 1vw; background-image: linear-gradient(to bottom, aqua, blue); + font-family: "Times New Roman", Times, serif; + display: flexbox; /*background-image: url("../img/background.png"); background-size: cover;*/ @@ -23,3 +21,13 @@ h3, h4 { color: black; } + +.container { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + height: 100%; + width: 100%; + background-color: beige; +} diff --git a/html/index.html b/html/index.html index 7725743..25e612b 100644 --- a/html/index.html +++ b/html/index.html @@ -13,21 +13,24 @@
-Hi im Adam
+Hi im Adam
-- +
+ -
+ -