Skip to content

Commit

Permalink
removed h3
Browse files Browse the repository at this point in the history
  • Loading branch information
ragxxv authored Oct 10, 2023
1 parent 65597a7 commit ceb1da2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ h1 {
text-align: center;
letter-spacing: 1.5px;
position: relative;
top: -60px;
top: -65px;
color: white;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
1px 1px 0 #000;
}

h2, h3 {
h2 {
font-family: "Quicksand", sans-serif;
font-size: 0.5cm;
letter-spacing: 1.5px;
text-align: center;
position: relative;
top: -45px;
top: -55px;
color: white;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
1px 1px 0 #000;
Expand Down

0 comments on commit ceb1da2

Please sign in to comment.