diff options
Diffstat (limited to 'assets/css/style.css')
-rw-r--r-- | assets/css/style.css | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..4940e28 --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,41 @@ +body +{ + margin: 2vh auto; + max-width: 800px; + color:#00072D; + background-color: #C2EAFF; +} + +h1, footer +{ + text-align: center; +} + +a +{ + color: #87B37A; + text-decoration: none; +} + +a:hover +{ + text-decoration:underline; +} + +.center { + display: block; + margin-left: auto; + margin-right: auto; + width: 60%; +} +.header{ + margin: 1em 0; + display: block; + width:100%; +} + +.navbar{ + display: flex; + justify-content: space-between; + font-weight: bold; +}
\ No newline at end of file |