commit 534bf1a2624b6986686e6a65cb95ffd6d0acf65c Author: Ioana Tomici Date: Mon Sep 30 15:58:55 2019 +0200 first two files of website diff --git a/index.html b/index.html new file mode 100644 index 0000000..29b9a65 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + + My webpage + + + + +

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..9cae511 --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +body { background: black; + color:white; + } + + p { + text-decoration: underline; + } + \ No newline at end of file