-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
78 lines (76 loc) · 1.25 KB
/
Copy pathstyle.css
File metadata and controls
78 lines (76 loc) · 1.25 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
html,
body {
font-size: 16px;
font-family: Helvetica, sans-serif;
line-height: 22px;
scroll-behavior: smooth;
}
h1,
h2,
h3 {
font-family: "Pacifico", cursive;
}
/* Imagen y nombre de la empresa */
.hero {
background: url(imagenes/banner.jpg);
height: 500px;
width: 100%;
background-size: cover;
margin: 0 auto;
}
.hero h1 {
margin: 0 auto;
font-size: 40px;
display: flex;
background: #d9d9d9;
opacity: 50%;
height: 120px;
width: max-content;
align-items: center;
border: 5px solid grey;
}
/* Para los titulos de cada sección */
.titulo-de-seccion h2 {
font-size: 28px;
}
.b-color {
background-color: #d3d3d321;
}
h3, h4{
font-size: 20px;
}
/* Sección quienes somos */
.contenedor-quienes-somos {
background-image: url(imagenes/pan-bajo.jpeg);
background-size: cover;
}
.contenedor-informacion {
width: 230px;
height: 230px;
background-color: #d3d3d35c;
margin: 10px;
border-radius: 20px;
padding: 30px;
}
.info-destacada {
color: red;
font-weight: bolder;
}
/* Iconos locación, telefono, mail */
.bi-telephone,
.bi-telephone,
.bi-envelope,
::before {
font-size: 50px;
}
/* FOOTER */
.icon {
font-family: "Bootstrap-icons";
}
.icon .btn {
background-color: grey;
border: none;
}
.fin {
color: lightgray;
}