-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles3.css
80 lines (65 loc) · 928 Bytes
/
styles3.css
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
79
80
#principal,
#competencias,
#equipo,
#enlaces,
#contacto {
padding-top: 60px;
min-height: 700px;
}
.navbar a {
font-weight: bold;
}
.navbar-dark {
background-color: black;
}
h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
.modal {
font-family: 'Poiret one', cursive;
}
.bg-principal {
background-image: url('../img/bg-wind-generators.jpg');
background-size: cover;
}
.jumbotron {
color: white;
background: rgb(0, 0, 0); /* Para navegadores antiguos */
background: rgba(0, 0, 0, 0.5);
}
#principal {
padding: 100px 5% 20px;
min-height: 700px;
}
#competencias>div>h3 {
color: white;
}
.card {
margin-top: 20px;
margin-bottom: 20px;
}
#equipo {
padding-top: 60px;
padding-bottom: 60px;
}
#enlaces {
color: white;
padding-top: 60px;
min-height: 100%;
}
.media {
margin: 20px 5% 50px 10%;
}
#contact-form {
padding-top: 3rem;
}
textarea {
resize: none;
}
.footer p {
display: inline;
}