Skip to content

Commit

Permalink
Create home.css
Browse files Browse the repository at this point in the history
  • Loading branch information
p0xx authored Nov 28, 2023
1 parent 057869a commit 385ce3a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions othercss/home.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
html, body {
background-color: #222;
}

.logo {
width: 175px;
height: 175px;
background-image: url('https://raw.githubusercontent.com/nate-games/nate-games.github.io/main/0/assets/img/favicon.png');
margin-bottom: -45px;
background-size: contain;
}

0 comments on commit 385ce3a

Please sign in to comment.