commit 9094e02579cad19b5e059cd7c4184f4fbc4a3c0d Author: tisa Date: Mon Sep 30 15:03:17 2019 +0100 first two files of the website 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