Skip to content

Instantly share code, notes, and snippets.

@emmykolic
Created December 20, 2022 22:09
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 emmykolic/d601094b3dd28a09ba778674bffa9a6d to your computer and use it in GitHub Desktop.
Save emmykolic/d601094b3dd28a09ba778674bffa9a6d to your computer and use it in GitHub Desktop.
The styling of the entire captcha project
: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