summaryrefslogtreecommitdiff
path: root/client/src/Header/Header.css
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2021-06-25 12:56:04 +0200
committerMike Vink <mike1994vink@gmail.com>2021-06-25 12:56:04 +0200
commit6bd8d0345e3ac653c3fad4f1c7a6352e8a4a166e (patch)
treef142d3f43add40c2dd56bc496d6b4ab497f31a3e /client/src/Header/Header.css
parent38d59e2876b9f4d7c589d58295ef8acdf336a45b (diff)
parent102b25f18d9b269c58d15677f10cd71c15003c4b (diff)
Merge branch 'mvcFeature' into mainline
Diffstat (limited to 'client/src/Header/Header.css')
-rw-r--r--client/src/Header/Header.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/client/src/Header/Header.css b/client/src/Header/Header.css
new file mode 100644
index 0000000..6744f32
--- /dev/null
+++ b/client/src/Header/Header.css
@@ -0,0 +1,30 @@
+.main-header {
+ background-color: white;
+ color: green;
+ font-size: 2rem;
+ margin-bottom: 8px;
+}
+
+.main-navigation {
+ display: flex;
+ justify-content: space-around;
+ align-items: center;
+ background-color: green;
+ font-size: 1.3rem;
+ height: 45px;
+}
+
+.main-navigation a {
+ color: white;
+ text-decoration: none;
+}
+
+.main-header div {
+ display: flex;
+ align-items: center;
+}
+
+.main-header img {
+ height: 50px;
+ margin: 6px;
+} \ No newline at end of file