diff --git a/styles/styles.css b/styles/styles.css new file mode 100644 index 0000000..841b5b9 --- /dev/null +++ b/styles/styles.css @@ -0,0 +1,21 @@ +body { + font-family: monospace; +} + +.nav-wrapper { + background-color: blue; + padding: 15px; +} + +.nav-wrapper a { + color: #fff; + text-decoration: none; + margin-left: 15px; + margin-right: 15px; + font-size: 1rem; +} + +.nav-wrapper a:hover { + cursor: pointer; + text-decoration: underline; +}