From c3765424303ce436d538e005ced2e26c2e1c102e Mon Sep 17 00:00:00 2001 From: Castro0o Date: Mon, 30 Sep 2019 15:58:55 +0200 Subject: [PATCH] first 2 files of website --- index.html | 13 +++++++++++++ style.css | 11 +++++++++++ 2 files changed, 24 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..278a3be --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + +

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..667c1ef --- /dev/null +++ b/style.css @@ -0,0 +1,11 @@ +body { background: #941818; + color:white; + } + + p { + text-decoration: underline; + } + +h1 { + font-style: italic; +} \ No newline at end of file