💫🍁 Checkpoint

./views/index.html:96831/224
./README.md:96831/18
./public/style.css:96831/282
This commit is contained in:
Glitch (hello-express)
2018-03-19 20:41:05 +00:00
parent f14195fb7e
commit 670b2731c5
3 changed files with 10 additions and 12 deletions

View File

@@ -1,21 +1,18 @@
/* styles */
/* called by your view template */
/* You might want to try something fancier: */
/* less: http://lesscss.org/ */
* {
box-sizing: border-box;
}
body {
font-family: helvetica, arial, sans-serif;
margin: 25px;
font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
margin: 2em;
}
h1 {
font-weight: bold;
color: pink;
font-style: italic;
color: #373fff;
}
.bold {