mirror of
https://codeberg.org/buzzcode2007/FCC-Project-URLShortener.git
synced 2025-05-21 03:06:34 +00:00
feat: cleanup glitch assets and files and general prettifying
This commit is contained in:
parent
ccddc93fdd
commit
a0556d30ee
8 changed files with 71 additions and 150 deletions
|
@ -1,17 +1,15 @@
|
|||
/****** Main Styling ******/
|
||||
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 16px;
|
||||
color: #222;
|
||||
background-color: #FaFaFa;
|
||||
text-align: center;
|
||||
line-height: 1.4em;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 16px;
|
||||
color: #222;
|
||||
background-color: #fafafa;
|
||||
text-align: center;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 0;
|
||||
margin-top: 40px;
|
||||
padding: 0;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
@ -19,7 +17,7 @@ h3 {
|
|||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 40px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.user-stories {
|
||||
|
@ -35,10 +33,10 @@ code {
|
|||
background-color: #fff;
|
||||
}
|
||||
ol {
|
||||
list-style-position: inside;
|
||||
list-style-position: inside;
|
||||
}
|
||||
ul {
|
||||
list-style-type: none;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
li {
|
||||
|
@ -49,7 +47,7 @@ li {
|
|||
}
|
||||
|
||||
a {
|
||||
color: #2574A9;
|
||||
color: #2574a9;
|
||||
}
|
||||
|
||||
form {
|
||||
|
@ -68,7 +66,7 @@ input {
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
input[type='text'] {
|
||||
width: 220px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue