commit c3765424303ce436d538e005ced2e26c2e1c102e Author: Castro0o Date: Mon Sep 30 15:58:55 2019 +0200 first 2 files of website diff --git a/index.html b/index.html new file mode 100644 index 0000000..278a3be --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + +

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