Browse Source

Änderung html

tags/v0.3.0
Pupsmuckel 2 years ago
parent
commit
d51bb4c95c
2 changed files with 10 additions and 7 deletions
  1. 1
    1
      include/http/index.html
  2. 9
    6
      include/http/style.css

+ 1
- 1
include/http/index.html View File

<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;">

+ 9
- 6
include/http/style.css View File

background-color: rgb(107, 122, 192); background-color: rgb(107, 122, 192);
cursor:pointer; 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{ .kopfzeile{

Loading…
Cancel
Save