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