From 9094e02579cad19b5e059cd7c4184f4fbc4a3c0d Mon Sep 17 00:00:00 2001 From: tisa Date: Mon, 30 Sep 2019 15:03:17 +0100 Subject: [PATCH] first two files of the website --- index.html | 14 ++++++++++++++ style.css | 10 ++++++++++ 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..0555182 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + + Tisa Neža Herlec + + + + +

So, ...

+

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..66b866e --- /dev/null +++ b/style.css @@ -0,0 +1,10 @@ +body { background: yellow; + color:black + style: bold + + } + + p { + text-decoration: initial + ; + } \ No newline at end of file