programacion-web
Version:
validacion-formularios
63 lines (60 loc) • 1.37 kB
CSS
.bg-pink {
background: #a0527c;
}
.boton {
background-color: #ff1493;
color: #fff;
border: 2px solid #fe97ce;
border-radius: 20px;
padding: 10px 20px;
font-weight: bold;
transition: all 0.3s ease;
}
.boton:hover {
background-color: #ff1493;
border-color: #ff69b4;
color: #fff;
}
#introduccion {
color: #000000;
padding: 120px 20px 80px;
text-align: center;
font-family: 'Segoe UI',Verdana;
}
.text-rosa {
color: #af5786;
}
.p {
font-size: 1.3rem;
max-width: 700px;
margin: 0 auto 40px;
font-weight: 500;
}
/* Secciones */
section {
padding: 60px 20px;
max-width: 900px;
margin: 0 auto;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
section h2 {
color: #ff1493;
font-weight: 700;
margin-bottom: 25px;
border-bottom: 3px solid #ff69b4;
display: inline-block;
padding-bottom: 5px;
}
section p {
font-size: 1.1rem;
line-height: 1.7;
color: #333;
}
footer {
background: #c16495;
color: white;
text-align: center;
padding: 20px 10px;
font-weight: 500;
font-family: 'Segoe UI';
}