initial sprout website

This commit is contained in:
2025-10-19 22:14:35 -07:00
commit bece37cf3a
8 changed files with 279 additions and 0 deletions

50
style.css Normal file
View File

@@ -0,0 +1,50 @@
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@800&family=Source+Sans+Pro&display=swap');
html {
font-family: 'Source Sans Pro', sans-serif;
font-size: 22px;
}
.content-column {
display: flex;
align-items: center;
flex-direction: column;
text-align: center;
}
details>p {
text-align: left;
}
#logo {
background: url("/assets/logo.png");
width: 300px;
height: 232px;
margin-top: 120px;
background-size: 100% auto;
}
#logo:hover {
transform: rotateZ(1080deg);
}
h1, h3 {
font-family: "Dosis", Helvetica, Arial, sans-serif;
font-weight: bold;
}
h1 {
margin-top: 50px;
margin-bottom: 38.5px;
font-size: 64px;
}
h3 {
margin-top: 40px;
margin-bottom: 0;
font-size: 32px;
}
#links > a {
padding: 0.5em;
}