commit 3f94948b345f039bc111ae22e56787db056fde98 Author: Avital Date: Mon Sep 30 15:58:57 2019 +0200 first 2 files of website diff --git a/index.html b/index.html new file mode 100644 index 0000000..6f84282 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + +

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