socialtree/src/public/simple-basic.css

23 lines
331 B
CSS

body {
min-height: 100vh;
}
.container {
padding-top: 3rem;
display: flex;
flex-direction: column;
align-items: center;
gap: .5rem;
}
.headingbox>h1 {
font-size: 1.5rem;
font-weight: 800;
font-family: monospace;
}
.imgbox>img {
height: 10rem;
width: 10rem;
border-radius: .5rem;
}