Files
WebTechnologiak-vizsga/2019-20-1-02/Megoldás/style.css
2024-11-29 14:21:41 +01:00

19 lines
254 B
CSS

.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;
}