-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
82 lines (68 loc) · 1.26 KB
/
style.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
81
82
.view {
background: url("img/fondo.jpg")no-repeat center center;
background-size: cover;
}
.navbar {
background-color: transparent;
}
.top-nav-collapse {
background-color: transparent;
box-shadow: -17px 23px 18px 19px #ede8ed;
}
@media only screen and (max-width: 768px) {
.navbar {
background-color: black;
filter: alpha(opacity=50);
box-shadow: 2px 2px 5px #FFFFFF;
}
}
html,
body,
header,
.view {
height: 100%;
}
navbar-toggler{
position: left;
}
#formulario{
color:white;
}
#contact-form{
background-color: transparent;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
box-sizing: border-box border-color: #e5eaea;
width: 100%;
font: bold 16px sans-serif;
text-align: left;
display: inline-block;
padding: 50px 60px 40px;
overflow: hidden;
}
#boton{
border-radius: 3px;
background-color: #33383b;
color: #ffffff;
border: 0;
padding: 15px 50px;
font-weight: bold;
float: center;
}
#cambia{
display: block;
border-radius: 3px;
box-sizing: border-box;
background-color: #1f2022;
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
border: none;
resize: none;
font: inherit;
font-size: 14px;
font-weight: normal;
color: #d1d2d2;
width: 100%;
}
#Imagenes{
margin-top: 7%;
margin-bottom: 3%;
}