Merge pull request #20 from grapegravity/remove-invalid-css

Remove invalid CSS, add generic to font stack
This commit is contained in:
Morgan 2015-06-20 01:46:20 -07:00
commit 8a4c234ba9

View File

@ -1,40 +1,34 @@
body { body {
font-family: futura; font-family: Futura, sans-serif;
font: large; background-color: #F6CEFC;
background-color:#F6CEFC;
} }
.examples { .examples {
font: large;
margin: 8px; margin: 8px;
padding: 4px 6px 4px 6px; padding: 4px 6px 4px 6px;
border:4px solid #eeeeee; border: 4px solid #eeeeee;
} }
.title { .title {
font: large;
margin: 8px; margin: 8px;
padding: 4px 6px 4px 6px; padding: 4px 6px 4px 6px;
border:4px solid #eeeeee; border: 4px solid #eeeeee;
} }
.about { .about {
font: large;
margin: 8px; margin: 8px;
padding: 4px 6px 4px 6px; padding: 4px 6px 4px 6px;
border:4px solid #eeeeee; border: 4px solid #eeeeee;
} }
.contact { .contact {
font: large;
margin: 8px; margin: 8px;
padding: 4px 6px 4px 6px; padding: 4px 6px 4px 6px;
border:4px solid #eeeeee; border: 4px solid #eeeeee;
} }
.table { .table {
font: large;
margin: 8px; margin: 8px;
padding: 4px 6px 4px 6px; padding: 4px 6px 4px 6px;
border:4px solid #eeeeee; border: 4px solid #eeeeee;
} }