Initial commit from Gomix.
This commit is contained in:
parent
81eabe58c1
commit
a6dbd2e7db
7 changed files with 221 additions and 2 deletions
54
public/style.css
Normal file
54
public/style.css
Normal file
|
@ -0,0 +1,54 @@
|
|||
/****** 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;
|
||||
}
|
||||
|
||||
input {
|
||||
display: block;
|
||||
position: relative;
|
||||
margin: 10px auto;
|
||||
|
||||
}
|
||||
input#button {
|
||||
width: 230px;
|
||||
}
|
||||
.view {
|
||||
position:relative;
|
||||
margin: auto;
|
||||
margin-top: 40px;
|
||||
border: 1px solid #aaa;
|
||||
padding: 20px;
|
||||
width: 60%;
|
||||
min-width: 400px;
|
||||
}
|
||||
/****** Logo Div Styling ******/
|
||||
|
||||
img {
|
||||
margin: 20px auto 0 auto;
|
||||
display: block;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue