Skip to content

Instantly share code, notes, and snippets.

@lorenzobn
Created September 19, 2021 07:58
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 lorenzobn/dd7cae29ddabcd408f879891d81c37ad to your computer and use it in GitHub Desktop.
Save lorenzobn/dd7cae29ddabcd408f879891d81c37ad to your computer and use it in GitHub Desktop.
Stylying for 1FA web application
body {
margin: 5%;
}
#title{
border-bottom: 1px solid #222;
}
#title h1{
margin-bottom: 5%;
}
.row:first-child {
margin-top: 5%;
}
.action {
margin-top: 15px;
}
.error {
padding: 10px;
border-radius: 5px;
color: #842029;
background-color: #f8d7da;
border-color: #f5c2c7;
list-style: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment