Hetedik vizsga

This commit is contained in:
2024-11-29 14:21:41 +01:00
parent 2833172ab6
commit 3fb3920015
14 changed files with 108 additions and 0 deletions

View File

@ -0,0 +1,19 @@
.frame{
margin-top: 1cm;
display: flex;
margin-bottom: 1cm;
}
img{
float: left;
margin-right: 5px;
margin-bottom: 5px;
border: 3px ridge white;
}
.turned{
border: 3px ridge blue;
}
.found{
border: 3px ridge orange;
}