socialtree/src/public/simple-basic.css
2022-10-14 14:21:45 +02:00

18 lines
269 B
CSS

body {
min-height: 100vh;
display: flex;
justify-content: center;
}
.container {
margin-top: 3rem;
display: flex;
flex-direction: column;
align-items: center;
}
.imgbox>img {
height: 10rem;
width: 10rem;
border-radius: .5rem;
}