Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketLauncher21 authored Apr 22, 2024
1 parent 18016fa commit 44c2e6f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
color: white;
font-family: 'Rubik', sans-serif;
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-style: normal;
background-color: #121212;
}

Expand All @@ -14,8 +17,8 @@ h1, p {
left: 0;
bottom: 0;
width: 100%;
background: rgb(38,58,83);
background: linear-gradient(0deg, rgba(38,58,83,1) 50%, rgba(35,47,62,1) 75%, rgba(18,18,18,1) 100%);
background: rgb(38,58,83);
background: linear-gradient(0deg, rgba(38,58,83,1) 50%, rgba(35,47,62,1) 75%, rgba(18,18,18,1) 100%);
color: white;
text-align: center;
text-shadow: 2px 2px 4px #000000;
Expand Down

0 comments on commit 44c2e6f

Please sign in to comment.