Skip to content

Commit

Permalink
Update home.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttferren authored Oct 24, 2024
1 parent 994c143 commit 62fec42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style/home.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

.title-img {
width: 750px;
Expand Down Expand Up @@ -29,6 +30,7 @@
background-color: #0095ff;
cursor: pointer;
transition: border 0.1s ease, transform 0.1s ease, background-color 0.3s ease;
font-family: 'Lexend', sans-serif;
}

.homebtn:hover {
Expand Down

0 comments on commit 62fec42

Please sign in to comment.