rainrainra.in/styles/styles.css
2024-04-26 16:14:57 -07:00

26 lines
292 B
CSS

* {
margin: 0;
padding: 0;
overflow: hidden;
}
html, body {
height: 100%;
width: 100%;
background-color: #282828;
color: #ebdbb2;
}
.main {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
}
.content {
text-align:center;
}