mobmash.click/html/styles/main.css
2024-07-28 00:03:17 +02:00

22 lines
No EOL
289 B
CSS

.selection {
display: flex;
flex-direction: row;
justify-content: center;
margin-left: 5%;
margin-right: 5%;
max-width: 800px;
}
.separator {
flex-grow: 1;
}
.mob {
background-color: green;
width: 40%;
flex-grow: 1;
}
.mob img {
width: 80%;
}