add labels

This commit is contained in:
Sem van der Hoeven
2023-05-29 12:41:57 +02:00
parent 0ac76f788a
commit c67d4ac73a

View File

@@ -19,6 +19,7 @@ body {
height: 500px; height: 500px;
border: 1px solid blue; border: 1px solid blue;
margin-right: 10px; margin-right: 10px;
padding: 10px;
} }
.lastpicture { .lastpicture {
@@ -26,4 +27,5 @@ body {
float: left; float: left;
height: 400px; height: 400px;
border: 1px solid red; border: 1px solid red;
padding: 10px;
} }