Drone
Laptop
Scope
Solar
Hallway
Processor
Käyttöönotto
Ilman kuvatekstejä
/* style.css */
.gallery{
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1em;
}
.gallery img{
max-width: 300px;
}
Kuvateksteillä
/* style.css */
.gallery{
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1em;
}
.gallery img{
max-width: 300px;
}
.gallery figure{
margin:0;
}