Skip to content

Instantly share code, notes, and snippets.

@notR1ke

notR1ke/main.css Secret

Created November 15, 2021 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notR1ke/c0d5425919e8473e77e428bcf7353ed3 to your computer and use it in GitHub Desktop.
Save notR1ke/c0d5425919e8473e77e428bcf7353ed3 to your computer and use it in GitHub Desktop.
body {
background-image: url("https://i.imgur.com/4j8fPPg.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
}
.css {
display: none;
align-items: center;
justify-content: center;
color: var(--colors-muted);
margin-top: 32 px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment