Set font family styles for web app

parent 4544bc60
...@@ -3,6 +3,10 @@ html, body { ...@@ -3,6 +3,10 @@ html, body {
padding: 0; padding: 0;
} }
body {
font-family: "Courier New", Courier, monospace;
}
nav { nav {
position: relative; position: relative;
height: 60px; height: 60px;
...@@ -21,6 +25,14 @@ nav a:first-child { ...@@ -21,6 +25,14 @@ nav a:first-child {
float: left; float: left;
} }
nav > h1 {
display: inline-block;
margin: 0;
padding-top: 15px;
padding-left: 15px;
color: #fff;
}
.button { .button {
display: inline-block; display: inline-block;
width: 45% !important; width: 45% !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment