
como poner multi colores con css
CSS
Publicado el 12 de Abril del 2023 por Ava
896 visualizaciones desde el 12 de Abril del 2023
<style>
body {
height: 4px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-image: linear-gradient(rgba(0, 229, 0), rgba(255, 0, 0),rgba(0, 0, 229));
}
</style>
<style>
body {
height: 4px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-image: linear-gradient(rgba(0, 229, 0), rgba(255, 0, 0),rgba(0, 0, 229));
}
</style>
No hay comentarios