logo de NETFLIX con CSS

HTML
<div>
    <span></span>
</div>
CSS
div{
    background:#b1060f;
    height:250px;
    width:60px;
    position: relative;
}

div:before{
    background:#b1060f;
    height:250px;
    width:60px;
    position: absolute; 
    content:'';
    left:90px;
}

div:after{
    background:#222;
    height:20px;
    width:175px;
    position: absolute; 
    content:'';
    left:-15px;
    bottom:-10px;
    border-radius:50%;
}

span{
    position:absolute;
    height:250px;
    width:60px;
    background:#e50913;
    left:46px;
    transform:skew(20deg);
    box-shadow:0 0 10px -4px #222;
}

/* todos los créditos para midudev */

Autor: Web322

Publicado: 04/07/2021

Compartir Elemento Web

Donar a Compositu
Otras formas de ayudar
  • Compártelo en tus redes sociales.
  • Recomienda los elementos.
  • Regístrate Aquí
  • Deja tu comentario agradeciendo el aporte.

Descarga el código completo del Elemento Web y archivos necesarios (imágenes, librerias, plugins, frameword, etc)

Deja tu comentario