Aufgabe 1 ca 80%
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user