mirror of
https://gitlab.com/SpaccInc/SpaccDotWeb.git
synced 2025-06-05 21:29:12 +02:00
[Server] Handle linkClientScripts, polish static HTML gen with embedded files
This commit is contained in:
23
Example.Server/index.css
Normal file
23
Example.Server/index.css
Normal file
@@ -0,0 +1,23 @@
|
||||
body {
|
||||
background-color: lightgray;
|
||||
color: black;
|
||||
}
|
||||
|
||||
div#app > h2 {
|
||||
width: max-content;
|
||||
rotate: 15deg;
|
||||
color: DeepPink;
|
||||
}
|
||||
|
||||
div#transition {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
background: black;
|
||||
opacity: 0.25;
|
||||
cursor: progress;
|
||||
display: none;
|
||||
}
|
Reference in New Issue
Block a user