added js lesson

This commit is contained in:
Micah Godbolt
2019-02-15 16:16:39 -08:00
parent 22fc20962f
commit ca53d75d9d
5 changed files with 95 additions and 44 deletions

View File

@@ -8,3 +8,16 @@ aside {
form > div {
margin-bottom: 20px;
}
h2 a {
color: #0078d4;
text-decoration: none;
}
h2 a:hover {
text-decoration: underline;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}