From 3e5ab58d8244979daab15393f47ef0926b024f3e Mon Sep 17 00:00:00 2001 From: nicdob Date: Fri, 14 Aug 2020 23:27:41 +0200 Subject: added basic style.css --- allyn/index.html | 10 ++++++++-- allyn/style.css | 17 +++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 allyn/style.css diff --git a/allyn/index.html b/allyn/index.html index 05c9d2c..9321280 100644 --- a/allyn/index.html +++ b/allyn/index.html @@ -1,11 +1,17 @@ + Niclas Dobbertins Homepage + -

A new website is born!

+

A new website is born!

... nothing to see here PepeHands ...

- subpage + a subpage :) +
+

This is box one

+
+ diff --git a/allyn/style.css b/allyn/style.css new file mode 100644 index 0000000..5d60524 --- /dev/null +++ b/allyn/style.css @@ -0,0 +1,17 @@ +body { + font-family: Arial, sans-serif; + font-size: medium; + color: thistle; + background-color: #373b41; +} + +h1 { + color: HotPink; + text-align: center; +} + +#box-one { + background-color: thistle; + color: black; + opacity: 0.5; +} -- cgit v1.2.3