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