-
-
Save emmykolic/d601094b3dd28a09ba778674bffa9a6d to your computer and use it in GitHub Desktop.
The styling of the entire captcha project
This file contains 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
:root { | |
--blue: #1e90ff; | |
--white: #ffffff; | |
--fbold: bold; | |
} | |
body { background-color: var(--blue); display:flex; flex-direction:column; align-items: center; justify-content: center; } | |
h2 { border-bottom: 2px solid var(--white);} | |
p{ font-weight: var(--fbold);} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment