Skip to content

Commit

Permalink
eh but better
Browse files Browse the repository at this point in the history
  • Loading branch information
biologyscience committed Dec 18, 2023
1 parent 20e630e commit 1f66b68
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

body
{
Expand All @@ -11,7 +11,7 @@ body
margin: 0;
height: 100vh;
background-image: linear-gradient(45deg, hsl(0, 0%, 15%), hsl(0, 0%, 30%) 70%);
font-family: 'Inter', sans-serif;
font-family: 'Ubuntu', sans-serif;
}

div
Expand All @@ -35,10 +35,8 @@ div

#foot
{
position: absolute;
bottom: 5%;
font-size: 15px;
margin-top: 50vh;
margin-top: 10vh;
color: hsl(0, 0%, 80%);
}

Expand Down

0 comments on commit 1f66b68

Please sign in to comment.