Skip to content

Instantly share code, notes, and snippets.

@harry-odinson-369
Last active September 30, 2024 07:32
Show Gist options
  • Select an option

  • Save harry-odinson-369/5f79604eca309b398860b3e13f47784b to your computer and use it in GitHub Desktop.

Select an option

Save harry-odinson-369/5f79604eca309b398860b3e13f47784b to your computer and use it in GitHub Desktop.
.background {
background: center no-repeat url(background.png);
}
.logo {
background-image: url(logo.png);
}
.progressBar {
background-color: rgb(238, 255, 65);
}
.splash {
background-image: url(splash.png);
}
.watermark {
background-image: url(watermark.png);
background-size: 57px 57px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment