2024-02-23 01:38:08 +01:00
|
|
|
body {
|
|
|
|
background-color: lightgray;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2024-07-08 19:43:55 +02:00
|
|
|
div#app > h2 {
|
2024-02-24 20:26:34 +01:00
|
|
|
width: max-content;
|
2024-02-23 01:38:08 +01:00
|
|
|
rotate: 15deg;
|
2024-02-24 20:26:34 +01:00
|
|
|
color: DeepPink;
|
2024-02-23 01:38:08 +01:00
|
|
|
}
|
2024-07-08 19:43:55 +02:00
|
|
|
|
|
|
|
div#transition {
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1;
|
|
|
|
background: black;
|
|
|
|
opacity: 0.25;
|
|
|
|
cursor: progress;
|
|
|
|
display: none;
|
|
|
|
}
|