Last active
September 30, 2024 07:32
-
-
Save harry-odinson-369/5f79604eca309b398860b3e13f47784b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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