Skip to content

Commit

Permalink
Update index3.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Forchapeatl authored Jun 19, 2022
1 parent 2425c4e commit 3f5f87a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions index3.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,28 @@

gtag('config', 'G-TC8EC01HKK');
</script>
<style>

#custom-seekbar
{
cursor: pointer;
height: 10px;
margin-bottom: 10px;
outline: thin solid orange;
overflow: hidden;
position: relative;
width: 400px;
}
#custom-seekbar span
{
background-color: orange;
position: absolute;
top: 0;
left: 0;
height: 10px;
width: 0px;
}
</style>
</head>

<body>
Expand Down

0 comments on commit 3f5f87a

Please sign in to comment.