Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
djcowan authored Mar 21, 2024
1 parent 6c30f58 commit 3a3d389
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ <h1>kiko</h1>

body {
height: 100vh;
background-color: #111110;
background-color: #111111;
display: flex;
align-items: center;
justify-content: center;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
color: #111112;
color: #131313;
text-align: center;
font-size: 20vw;
letter-spacing: 3pt;
transition: all 100ms ease-in-out;
letter-spacing: -3pt;
transition: all 1s ease-in-out;
}
h1:hover {
text-decoration: none;
background-color: aliceblue;
transition: all 100ms ease-in-out;
background-color: #444;
transition: all 1s ease-in-out;
}
</style>
</html>

0 comments on commit 3a3d389

Please sign in to comment.