Barra

 Html

<div id="barra"></div>


<script src="estilo.js"></script>

CSS

#barra {
        position: fixed;
        top: 0;
        left: 0;
        height: 5px;
        background: linear-gradient(90deg, #2c32e4, #00c6ff);
        width: 0%;
        z-index: 9999;
    }


JS






Comentarios

Entradas populares de este blog

Tablas y Frames, Flexbox y Grid

Navegadores (browsers)