basic wireframe site

This commit is contained in:
2015-03-30 20:36:39 -04:00
parent 2d8aec3181
commit 3d6dc69334
11 changed files with 9124 additions and 6 deletions

32
public/site.css Normal file
View File

@@ -0,0 +1,32 @@
.code {
font-family: "DejaVu Sans Mono", Consolas, monospace;
width: 100%;
border-radius: 4px;
padding: 4px;
border-color: #ddd;
}
.brad {
font-family: "Courier New", Courier, monospace;
font-size: 26pt;
color: #166d00;
}
.brad:hover {
font-family: "Courier New", Courier, monospace;
font-size: 26pt;
color: #166d00;
text-decoration: none;
}
nav {
background-color: #d8d8d8;
}
.lbl {
font-weight: bold;
margin-bottom: 4px;
}
.btm-btn {
margin-top: 4px;
}