Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
popa39 authored May 12, 2024
1 parent 4021166 commit c49a458
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@ h1 {
top: 50%;
left: 50%;
transform: translate(-50%, -430%);
}
}

img{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, 400%);
}

0 comments on commit c49a458

Please sign in to comment.