save initial status
This commit is contained in:
commit
46b4f8f4f8
9 changed files with 311 additions and 0 deletions
31
www_htdocs/style.css
Normal file
31
www_htdocs/style.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue