Aufgabe 1 ca 80%

This commit is contained in:
Robert
2024-01-19 03:15:12 +01:00
parent 800d84bd41
commit 5756f2b7d5
12 changed files with 1392 additions and 1094 deletions

View File

@@ -7,6 +7,12 @@
grid-template-columns: 200px auto 200px;
}
.grid_bewertung {
display: grid;
grid-template-columns: 200px 300px auto 200px;
}
img {
width: 100%;
height: auto;
@@ -94,3 +100,11 @@ footer {
padding-left: 20px;
padding-right: 20px;
}
.bewertung{
width: 300px;
height: 300px;
}