Initial commit from Gomix.
This commit is contained in:
parent
6b5da76e94
commit
a3d70def2a
7 changed files with 186 additions and 2 deletions
35
public/style.css
Normal file
35
public/style.css
Normal file
|
@ -0,0 +1,35 @@
|
|||
/****** Main Styling ******/
|
||||
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 16px;
|
||||
color: #222;
|
||||
background-color: #ECF0F1;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 0;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style-position: inside;
|
||||
}
|
||||
ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #2574A9;
|
||||
}
|
||||
/****** Logo Div Styling ******/
|
||||
|
||||
img {
|
||||
margin: 20px auto 0 auto;
|
||||
display: block;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue