commit 0e416ee7db06fa93acf3469ab1d1a1798d484244 Author: anna sandri Date: Mon Sep 30 15:58:57 2019 +0200 first two files of website 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