Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
popa39 authored Jul 12, 2024
1 parent db096c9 commit cb68f74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ body{
background-size: cover;
}

h1 {
h1{
font-family: "Comic Sans MS", "Comic Sans", cursive;
color: #1e2124;
position: absolute;
top: 50%;
left: 50%;
top: 43%;
left: 53.5%;
transform: translate(-50%, -50%);
}

Expand Down

0 comments on commit cb68f74

Please sign in to comment.