mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-19 20:19:15 +00:00
13 lines
206 B
CSS
13 lines
206 B
CSS
div img {
|
|
display: block;
|
|
background-color: #f0f0f0;
|
|
width: 350px;
|
|
height: 350px;
|
|
object-fit: contain;
|
|
border-radius: 10px;
|
|
}
|
|
div {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|