From ced3b1d100ac8110def3f2fd96e81580289aead2 Mon Sep 17 00:00:00 2001 From: Mark van den Heuvel Date: Mon, 30 Sep 2019 15:58:56 +0200 Subject: [PATCH] first two files of my website --- index.html | 12 ++++++++++++ style.css | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..7aa02ef --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + +

My webpage

+

I started it to test
Git

+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..17e749f --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +body { background: black; + color:white; + } + + p { + text-decoration: underline; + } \ No newline at end of file