Plataforma interactiva de aprendizaje

Dev Dojo

Domina HTML, CSS, JavaScript y React paso a paso

80+
Modulos
375+
Ejercicios
5
Tipos de Retos
styles.css
1.hero {
2 display: flex;
3 align-items: center;
4 justify-content: center;
5 background: linear-gradient(
6 135deg,
7 #1E1E2E 0%,
8 #313244 100%
9 );
10 animation: glow 3s ease-in-out
11 infinite alternate;
12}