generated from Seekra/repository-template
Merge pull request 'Format CSS' (#13) from style/format-more-readable into main
Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
@@ -5,21 +5,26 @@ body{
|
||||
header {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
form {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
form button{
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
form input{
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
footer{
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
|
||||
Reference in New Issue
Block a user