From 0e416ee7db06fa93acf3469ab1d1a1798d484244 Mon Sep 17 00:00:00 2001 From: anna sandri Date: Mon, 30 Sep 2019 15:58:57 +0200 Subject: [PATCH] first two files of website --- index.html | 13 +++++++++++++ style.css | 10 ++++++++++ 2 files changed, 23 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..df27fe3 --- /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..f03d906 --- /dev/null +++ b/style.css @@ -0,0 +1,10 @@ +style.css: + +body { background: black; + color:white; + } + + p { + text-decoration: underline; + } + \ No newline at end of file