diff --git a/html/css/styles.css b/html/css/styles.css new file mode 100644 index 0000000..90185b6 --- /dev/null +++ b/html/css/styles.css @@ -0,0 +1,25 @@ +html { + height: 100%; + margin: 0; +} + +body { + font-family: "Times New Roman", Times, serif; + display: flex; + + background-image: linear-gradient(to bottom, aqua, blue); + + /*background-image: url("../img/background.png"); + background-size: cover;*/ +} + +p { + color: black; +} + +h1, +h2, +h3, +h4 { + color: black; +} diff --git a/html/index.html b/html/index.html index ea6b081..a5998c4 100644 --- a/html/index.html +++ b/html/index.html @@ -10,10 +10,21 @@
Hi im Adam
-+ + +
+ +