Feat/remove user stories+update repo (#9)

* feat: remove .gitconfig

* feat: remove hyperdev assets

* feat: add .gitignore

* feat: add sample.env

* feat: remove user stories from readme

* feat: update packages and add dotenv

* fix: update server.js

* fix: port variable

* fix: remove user stories from index + add favicon

* fix: replace tabs with spaces

* fix: css spacing + remove unused css
This commit is contained in:
Tom 2020-11-23 14:27:07 -06:00 committed by GitHub
parent 5f42c6722c
commit 4457ffe0b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 65 additions and 217 deletions

View file

@ -1,42 +1,36 @@
/****** Main Styling ******/
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #222;
background-color: #ECF0F1;
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #222;
background-color: #ECF0F1;
text-align: center;
}
.container {
padding: 0;
margin-top: 40px;
padding: 0;
margin-top: 40px;
}
.footer {
margin-top: 60px;
}
ol {
list-style-position: inside;
}
ul {
list-style-type: none;
margin-top: 60px;
}
a {
color: #2574A9;
color: #2574A9;
}
input {
display: block;
position: relative;
margin: 10px auto;
}
input#button {
width: 230px;
}
.view {
position:relative;
margin: auto;
@ -46,9 +40,3 @@ input#button {
width: 60%;
min-width: 400px;
}
/****** Logo Div Styling ******/
img {
margin: 20px auto 0 auto;
display: block;
}