-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (50 loc) · 1.03 KB
/
style.css
File metadata and controls
54 lines (50 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
body {background-color:rgb(242, 250, 247);font-family: 'Times New Roman', Times, serif;}
.header-image {
max-width: 70%;
height: auto;
display: block;
margin: 20px auto;
border-radius: 20px;
}
h1, h4 {
padding: 10%;
color: #0b4614;
font-weight: bold;
}
.amarillo{
background-color: #fddb3a;
width: 100%;
padding: 60px 40px;
}
.amarillo h2{
font-size: 2.5rem;
font-weight: bold;
color: #333;
}
.amarillo h6{
font-size: 1.5rem;
text-align: start;
font-weight: bold;
color: #0b4614;
padding: 20px;
}
h5{
color: #228331;
font-size:medium;
}
.tarjetas{
background-color: rgb(242, 250, 247);
color: #228331;
font-weight: bold;
}
.img-cuadro {
width: 150px; /* Ajusta el tamaño deseado */
height: auto; /* Hace la imagen cuadrada */
object-fit: cover; /* Asegura que la imagen se ajuste sin deformarse */
}
#btn-carousel-prev{
background-color: rgb(112, 111, 109);
}
#btn-carousel-next{
background-color: rgb(112, 111, 109);
}