first backend frontend split
with docker compose file nextjs something something also includes migrations
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
/* Based on https://codepen.io/agalliat/pen/mdedZYK */
|
||||
.window {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
display: block;
|
||||
background-color: #000084;
|
||||
font-family: "Pixelated MS Sans Serif", Arial;
|
||||
color: #bbb;
|
||||
font-size: 1rem;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#bsod {
|
||||
display: block !important;
|
||||
width: max(70vw, 400px);
|
||||
max-width: 800px;
|
||||
flex-shrink: 1;
|
||||
gap: 1rem;
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
|
||||
#bsod h1 {
|
||||
font-size: 1rem;
|
||||
background-color: #bbb;
|
||||
color: #000084;
|
||||
padding: 1rem;
|
||||
box-shadow: 1rem 1rem black;
|
||||
margin: 2rem;
|
||||
text-align: center;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
#bsod div {
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
|
||||
#bsod .continue {
|
||||
text-align: center;
|
||||
font-size: 1.5rem;
|
||||
margin: 2rem;
|
||||
}
|
||||
Reference in New Issue
Block a user