From 9c0000697b92d4a07d8dbc07ad45b2d6026b0fed Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Mon, 30 Sep 2019 16:04:12 +0200 Subject: [PATCH] first html and css files for the test website --- index.html | 13 +++++++++++++ style.css | 15 +++++++++++++++ 2 files changed, 28 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..8b7b19d --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + My page + + + + +

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..95cefcc --- /dev/null +++ b/style.css @@ -0,0 +1,15 @@ +body { background: black; + color:white; + } + + p { + text-decoration: underline; + text-decoration-style: wavy; + text-decoration-color: blueviolet; + } +h1 { + font-weight: 600; + font-family: arial; + +} +