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 f0efb3e commit b33864e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions css/freakymas.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,14 @@ body::before {

body {
background-image: url('.../images/chirstmas-1.png');
overflow-x: hidden;
min-height: 100vh;
overflow-y: hidden;
color: white;
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;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit b33864e

Please sign in to comment.