alternate.thiscat.rocks/style/style.css

48 lines
592 B
CSS
Raw Normal View History

*, ::before, ::after {
2024-10-27 23:31:19 +00:00
margin: 0;
padding: 0;
}
2024-10-27 23:31:19 +00:00
html {
2024-10-27 23:31:19 +00:00
font-size: 16px;
}
body {
box-sizing: border-box;
height: 100vh;
width: auto;
}
body {
display: grid;
grid-template-columns: 2fr 1fr;
2024-10-28 01:08:59 +00:00
gap: 0.25rem;
}
.site-info {
height: 20rem;
width: auto;
margin: 1rem;
margin-top: 3rem;
}
h1 {
margin: 1rem;
}
p {
line-height: 1.5rem;
margin-bottom: 1rem;
margin-left: 1rem;
}
.window-pane {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
justify-items: center;
}
2024-10-28 02:30:03 +00:00
.img-icon {
padding-left: 1.25rem;
}