-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
79 lines (52 loc) · 864 Bytes
/
style.css
File metadata and controls
79 lines (52 loc) · 864 Bytes
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
html, body {
height: 100%;
width: 100%;
}
/*NAV*/
#bs-as {
color:white;
}
.nav-item, .nav-item-verde{
color: rgb(152, 236, 56);
margin: 15px 20px;
}
/*PORTADA*/
#portada{
width: 100%;
height: auto;
background-color: black;
opacity: 0.85;
filter: brightness(65%);
}
#imagencaja1{
text-align: end;
margin-top: 30%;
margin-right: 8%;
}
#botonorador{
color: white;
}
/*CARDS DOBLES*/
#box2 {
color: white;
background-color: rgb(49, 48, 48);
}
#conoce{
color: white;
}
/*FORMULARIO*/
.buttons2 #envio {
background-color:#4CAF50;
border: none;
color: white;
width: 100%;
padding: 16px 32px;
text-decoration: none;
margin: 4px 1px;
cursor: pointer;
}
/*FOOTER*/
footer{
background-color: #0d444d!important;
height:fit-content;
}