diff --git a/dorothea-baertschi.css b/dorothea-baertschi.css new file mode 100644 index 0000000..a10eb0e --- /dev/null +++ b/dorothea-baertschi.css @@ -0,0 +1,36 @@ +body { + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + background-color: #f0f0f0; +} +header { + background-color: #333; + color: white; + padding: 20px; + text-align: center; +} +nav { + background-color: #444; + overflow: hidden; +} +nav a { float: left; + display: block; + color: white; + text-align: center; + padding: 14px 16px; + text-decoration: none; +} +nav a:hover { background-color: #ddd; + color: black; +} +main { padding: 20px; +} +footer { background-color: #333; + color: white; + text-align: center; + padding: 10px; + position: fixed; + width: 100%; + bottom: 0; +} diff --git a/dorothea-baertschi.html b/dorothea-baertschi.html new file mode 100644 index 0000000..4b07f15 --- /dev/null +++ b/dorothea-baertschi.html @@ -0,0 +1,12 @@ + + + + + + Dorothea Baertschi + + +

Das ist meine Website

+

blabla

+ + \ No newline at end of file diff --git a/dorothea-baertschi.txt b/dorothea-baertschi.txt index e69de29..17b8951 100644 --- a/dorothea-baertschi.txt +++ b/dorothea-baertschi.txt @@ -0,0 +1 @@ +Das ist meine persönliche Datei.