Compare commits

...

2 Commits

Author SHA1 Message Date
10f1fea47d Aufsetzen Basis Website 2026-03-12 11:26:15 +01:00
ddad9f7af1 add file 2026-03-12 10:14:08 +01:00
3 changed files with 49 additions and 0 deletions

36
dorothea-baertschi.css Normal file
View File

@ -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;
}

12
dorothea-baertschi.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dorothea Baertschi</title>
</head>
<body>
<h1>Das ist meine Website</h1>
<p>blabla</p>
</body>
</html>

1
dorothea-baertschi.txt Normal file
View File

@ -0,0 +1 @@
Das ist meine persönliche Datei.