From 965f6f06d731f7251a7cbe8c18d96ab9b13cfa69 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Tue, 1 Feb 2022 15:46:34 +0100 Subject: [PATCH] Styling --- index.html | 4 ++++ main.css | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 main.css diff --git a/index.html b/index.html index 0147b57..11c7d7b 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,10 @@ FliegendeWurst's corner of the WWW + + + +

FliegendeWurst's corner of the WWW

Selection of my projects: diff --git a/main.css b/main.css new file mode 100644 index 0000000..c373473 --- /dev/null +++ b/main.css @@ -0,0 +1,15 @@ +body { + background-color: #c6beaf; +} + +#favicon { + width: 2.5em; + height: 2.5em; + margin-right: 0.25em; +} + +#header { + display: flex; + flex-direction: row; + align-items: center; +} \ No newline at end of file