socialtree/src/dist/style/simple-orange.css
2022-10-18 09:20:54 +02:00

45 lines
594 B
CSS

* {
margin: 0;
padding: 0;
}
body {
min-height: 100vh;
}
.container {
padding-top: 3rem;
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
}
.headingbox > h1 {
font-size: 1.5rem;
font-weight: 800;
font-family: monospace;
}
.imgbox > img {
height: 10rem;
width: 10rem;
border-radius: 0.5rem;
}
.linkbox {
display: flex;
flex-direction: column;
gap: 1rem;
}
body {
background-image: linear-gradient(165deg, #c7a25c 0%, #ff9601 43%, #980d0d 100%);
}
.headingbox {
color: #FFFFFF;
}
/*# sourceMappingURL=simple-orange.css.map */