Webseite vollständig
This commit is contained in:
@@ -7,19 +7,26 @@ body {
|
||||
font-family: Arial, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-image: url('../Picture/background.jpg');
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
text-align: center;
|
||||
color:rgb(96, 74, 45);
|
||||
}
|
||||
|
||||
header, footer {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
background-color: rgb(255, 172, 70);
|
||||
color:rgb(161, 116, 58);
|
||||
text-align: center;
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
section {
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #f9f9f9;
|
||||
margin: 20px auto;
|
||||
max-width: 800px;
|
||||
background-color: rgba(255, 195, 122, 0.8);
|
||||
|
||||
}
|
||||
|
||||
h2 {
|
||||
@@ -32,7 +39,7 @@ table {
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid #000000;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user