neu
This commit is contained in:
parent
ed291fc269
commit
dd9e05e02c
@ -12,6 +12,13 @@
|
||||
}
|
||||
body {
|
||||
font-family: 'Titillium';
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
background-color: #e6f7ff; /* Leichtes Blau */
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
@ -20,10 +27,24 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* From Uiverse.io by elijahgummer */
|
||||
.toggle-checkbox {
|
||||
/* Ladeanimation */
|
||||
.loader-container {
|
||||
display: none;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: rgba(173, 216, 230, 0.8); /* Halbtransparenter bläulicher Hintergrund */
|
||||
z-index: 9999; /* Sicherstellen, dass die Ladeanimation immer im Vordergrund ist */
|
||||
}
|
||||
.loading .loader-container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* Button Styles */
|
||||
.button {
|
||||
--white: #ffffff;
|
||||
cursor: pointer;
|
||||
@ -213,6 +234,15 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Ladeanimation -->
|
||||
<div class="loader-container">
|
||||
<l-quantum
|
||||
size="90"
|
||||
speed="1.75"
|
||||
color="black"
|
||||
></l-quantum>
|
||||
</div>
|
||||
|
||||
<h1><img src="/icons/Controller.png" height="150svh">
|
||||
<br/>
|
||||
Creative Crafter</h1>
|
||||
@ -232,19 +262,4 @@
|
||||
<div class="content">
|
||||
<div class="letters">
|
||||
<span data-label="C" style="--i:0;">C</span>
|
||||
<span data-label="o" style="--i:1;">o</span>
|
||||
<span data-label="p" style="--i:2;">p</span>
|
||||
<span data-label="y" style="--i:3;">y</span>
|
||||
</div>
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<br/><br/><br/>
|
||||
<div align='center'><img src="/programmieren/spiele/Flappy-Witch/FlappyWitch1.png" width="250vh"> <img src="/programmieren/spiele/Flappy-Witch/FlappyWitch2.png" width="250vh"></div>
|
||||
|
||||
<div style="float:right;"><h1><img src="/icons/Controller.png" height="150svh">
|
||||
<br/>
|
||||
Creative Crafter</h1></div>
|
||||
<div style="float:right;"></div>
|
||||
</[_{{{CITATION{{{_1{](https://github.com/hd-code/pandoc-docker/tree/07f83c6deeafbff1710c5f7992a97955c298ad61/example%2Fexample.md)[_{{{CITATION{{{_2{](https://github.com/AndreasHeine/opcua-sub-to-websocket/tree/b272dca8c8abf371e5e35f05ce93949bdb775723/README.md)
|
||||
<span data-label="o[_{{{CITATION{{{_1{](https://github.com/hd-code/pandoc-docker/tree/07f83c6deeafbff1710c5f7992a97955c298ad61/example%2Fexample.md)[_{{{CITATION{{{_2{](https://github.com/AndreasHeine/opcua-sub-to-websocket/tree/b272dca8c8abf371e5e35f05ce93949bdb775723/README.md)
|
Loading…
x
Reference in New Issue
Block a user