mirror of
https://codeberg.org/buzzcode2007/FCC-Project-URLShortener.git
synced 2025-05-21 03:06:34 +00:00
fix: refactor html and css
This commit is contained in:
parent
b4c1fe7f2e
commit
80cf6ebb27
2 changed files with 26 additions and 37 deletions
|
@ -7,7 +7,7 @@ body {
|
|||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.container {
|
||||
main {
|
||||
padding: 0;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ h3 {
|
|||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
footer {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
|
@ -54,8 +54,6 @@ a {
|
|||
}
|
||||
|
||||
form {
|
||||
border: solid 1px black;
|
||||
border-radius: 5px;
|
||||
margin: 10px auto;
|
||||
padding: 20px;
|
||||
max-width: 600px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue