save initial status

This commit is contained in:
Thomas Weinhold 2025-09-23 02:16:42 +02:00
commit 46b4f8f4f8
9 changed files with 311 additions and 0 deletions

31
www_htdocs/style.css Normal file
View file

@ -0,0 +1,31 @@
body {
background-color: black;
background-image: url("images/background.png");
background-attachment: fixed;
font-family: sans-serif;
}
div#SaturnLogo {
display: block;
width: 100%;
text-align: center;
margin-top: 3em;
margin-bottom: 10em;
}
div#ServicesGrid {
max-width: 80%;
gap: 2em;
margin: auto;
display: flex;
flex-direction: row
}
div#ServicesGrid div {
margin
}
div#ServicesGrid img {
height: 5em;
}