mirror of
https://github.com/seigler/generative
synced 2025-07-27 07:06:08 +00:00
refinements
This commit is contained in:
parent
23828113b2
commit
df579cead2
3 changed files with 67 additions and 39 deletions
|
@ -1,12 +1,23 @@
|
|||
html, body {
|
||||
height: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #000;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: #000;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
max-width: 100vw;
|
||||
color: white;
|
||||
background-color: black;
|
||||
padding: 0.5em 1em;
|
||||
border-top-right-radius: 0.5em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue