Aufsetzen Basis Website
This commit is contained in:
parent
ddad9f7af1
commit
10f1fea47d
36
dorothea-baertschi.css
Normal file
36
dorothea-baertschi.css
Normal 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
12
dorothea-baertschi.html
Normal 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>
|
||||
@ -0,0 +1 @@
|
||||
Das ist meine persönliche Datei.
|
||||
Loading…
x
Reference in New Issue
Block a user