Initial commit from Gomix.
This commit is contained in:
parent
92a485ced6
commit
8123554e2d
7 changed files with 234 additions and 2 deletions
53
public/style.css
Normal file
53
public/style.css
Normal file
|
@ -0,0 +1,53 @@
|
|||
/****** Main Styling ******/
|
||||
|
||||
body {
|
||||
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;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.user-stories {
|
||||
position: relative;
|
||||
text-align: justify;
|
||||
max-width: 700px;
|
||||
margin: 15px auto;
|
||||
}
|
||||
code {
|
||||
font-family: monospace;
|
||||
padding: 2px;
|
||||
color: black;
|
||||
background-color: #fff;
|
||||
}
|
||||
ol {
|
||||
list-style-position: outside;
|
||||
}
|
||||
ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.user-stories li {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #2574A9;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue