Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
made paths relative hopefully
  • Loading branch information
popdxo authored May 8, 2024
1 parent f82a58d commit 50d5df7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: Comfortaa;
src: url(/fonts/Comfortaa-VariableFont_wght.ttf);
src: url(fonts/Comfortaa-VariableFont_wght.ttf);
}

body {
Expand All @@ -17,7 +17,7 @@ h1 {
#introdiv {
margin: 10px;
padding: 120px;
background-image: url(/images/aurora.jpg);
background-image: url(images/aurora.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
Expand All @@ -42,4 +42,4 @@ h1 {
font-family: "Comfortaa", sans-serif;
color:aqua;
background-position: center;
}
}

0 comments on commit 50d5df7

Please sign in to comment.