Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/bradtraversy/50projects50days/custom-range-slider/

.vscode /cody/bradtraversy/50projects50days/custom-range-slider/.vscode/
1 Items
  • settings.json
  • index.html /cody/bradtraversy/50projects50days/custom-range-slider/index.html
    374 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, in
    script.js /cody/bradtraversy/50projects50days/custom-range-slider/script.js
    122 Views
    0 Comments
    const range = document.getElementById('range')

    range.addEventListener('input', (e) => {
    const value = +e.target.value
    c
    style.css /cody/bradtraversy/50projects50days/custom-range-slider/style.css
    113 Views
    0 Comments
    @import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

    * {
    box-sizing: border-box;
    }

    body {
    background-