Created basic example from tutorials.
1 parent 469af00 commit deec17d68b3a1e61b88d7cd283f11a6d09eb4f2d
@peter peter authored on 7 Jul 2018
Showing 12 changed files
View
2
■■■
.gitignore 0 → 100644
node_modules
.vscode
View
28
core.css 0 → 100644
html, body {
margin: 0;
background: #202020;
font-family: Arial, Helvetica, sans-serif;
color: #EEEEEE;
}
 
input[type=text], input[type=password] {
/* font-family: Arial, Helvetica, sans-serif; */
background-color: #EEEEEE;
color: #202020;
}
 
a, input[type=button], input[type=submit] {
color: #EEEEEE;
background: #4512ff;
border: 0;
border-radius: 3px;
padding: 5px;
font-size: 1em;
}
a:hover, input[type=button]:hover, input[type=submit]:hover {
background: rgb(51, 15, 182);
cursor: pointer;
}
a:active, input[type=button]:active, input[type=submit]:active {
background: rgb(37, 12, 131);
}
View
favicon.svg 0 → 100644
View
favicon144.png 0 → 100644
View
favicon32.png 0 → 100644
View
favicon96.png 0 → 100644
View
index.css 0 → 100644
View
index.html 0 → 100644
View
index.js 0 → 100644
View
infinitePreview.png 0 → 100644
View
package-lock.json 0 → 100644
View
package.json 0 → 100644