Skip to content

Commit

Permalink
Update freakymas.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Squirrel authored Nov 5, 2024
1 parent 8fa6204 commit 671cc0b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions css/freakymas.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ body::before {


body {
background-image: url("images/chirstmas-1.jpg");
background-image: url("images/chirstmas-1.png");
overflow-x: hidden;
min-height: 100vh;
overflow-y: hidden;
color: white;
background-size: cover;
background-image: cover;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
font-family: 'Comic Sans MS', sans-serif;
min-height: 100vh;
min-width: 100vw;
Expand Down

0 comments on commit 671cc0b

Please sign in to comment.