@@ -6,7 +6,7 @@ | |||
<link href="/favicon.png" rel="icon" type="image/png" sizes="10x10"> | |||
<link href="/style.css" rel="stylesheet" type="text/css"> | |||
</head> | |||
neue wichtige Änderung, 2te Änderung | |||
<body> | |||
<div class="kopfzeile" | |||
style="text-align: center;"> |
@@ -41,12 +41,15 @@ html { | |||
background-color: rgb(107, 122, 192); | |||
cursor:pointer; | |||
} | |||
.st{ | |||
position: relative; | |||
left: 1.5em; | |||
color: #b91111; | |||
font-size: 80px; | |||
width: 100%; | |||
input[type=range]::-webkit-slider-thumb{ | |||
-webkit-appearance: none; | |||
border:none; | |||
height: 100px; | |||
width: 100px; | |||
background:goldenrod; | |||
margin-top: -15px; | |||
border-radius: o!important; | |||
} | |||
.kopfzeile{ |