HTML Änderung

This commit is contained in:
Pupsmuckel 2021-06-24 13:51:12 +02:00
parent 7976f5258f
commit 90a9213a3c
3 changed files with 10 additions and 10 deletions

View File

@ -60,7 +60,6 @@
</div> </div>
</div> </div>
</body> </body>
<script src="/input.js"></script> <script src="/input.js"></script>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -4,10 +4,17 @@ html {
background-color: #d4d4d4; background-color: #d4d4d4;
height: 100%; height: 100%;
background-image: url('Background.png'); background-image: url('Background.png');
background-repeat: no-repeat; background-repeat: repeat;
background-size: 150% 150%; background-size: 150% 150%;
} }
body {
height: 100%;
margin: 0 auto;
border: none;
border-radius: 3;
}
.topbar { .topbar {
padding: 1em; padding: 1em;
background-color: #1f1f1f; background-color: #1f1f1f;
@ -24,8 +31,7 @@ html {
} }
.regler{ .regler{
position: fixed;
left: 0;
-webkit-appearance: none; -webkit-appearance: none;
height: 30px; height: 30px;
width: 100%; width: 100%;
@ -60,12 +66,7 @@ input[type=range]::-webkit-slider-thumb{
background-color: #8d8a8a; background-color: #8d8a8a;
} }
body {
height: 100%;
margin: 0 auto;
border: none;
border-radius: 3;
}
/*-------------------------------------------------------*/ /*-------------------------------------------------------*/