summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css39
1 files changed, 38 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 07ebd99..fc55c10 100644
--- a/static/style.css
+++ b/static/style.css
@@ -9,11 +9,20 @@
width: auto;
height: auto;
}
+ a:hover {
+ text-decoration: underline;
+ }
+ a {
+ text-decoration: none;
+ }
main, header, footer {
- width: 800px;
+ width: 600px;
max-width: 95%;
margin-left: auto;
margin-right: auto;
+ background-color: #ff0000;
+
+
}
footer {
text-align: center;
@@ -22,4 +31,32 @@
}
article {
margin-bottom: 20px;
+ padding: 10px;
+ }
+ header nav {
+ display: flex;
+ }
+ header a {
+ color: #000000;
+ }
+ header nav a {
+ flex-grow: 1;
+ text-align: center;
+ }
+ #logo-space a {
+ display: flex;
+ flex-direction: row;
+ width: 100%;
+ }
+ #logo-space img {
+ align-self: center;
}
+ #logo-space h1 {
+ display: flex;
+ flex-grow: 2;
+ }
+ #logo-space #logo {
+ display: flex;
+ flex: 0 0 45px;
+ }
+