diff --git a/css/style.css b/css/style.css index e69de29..2388fb6 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,15 @@ +@media only screen and (max-width: 600px){ + + welcome-section { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + width: 100%; + height: 100vh; + background-color: #000; + background-image: linear-gradient(62deg, #3a3d40 0%, #181719 100%);} + + #navbar{ + position:top ,fixed; + }} \ No newline at end of file diff --git a/index.html b/index.html index 0d56c1e..3483cf5 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,36 @@
+