-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmiestilo.css
More file actions
115 lines (110 loc) · 2.14 KB
/
miestilo.css
File metadata and controls
115 lines (110 loc) · 2.14 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
#buyTicket{
color:rgb(0, 255, 0);
transition:0.3s;
}
#buyTicket:hover{
transform:translateY(-5px);
transition:0.3s;
}
.nav-link{
transition:.3s;
}
.nav-link:hover{
transform:translateY(-3px);
transition:.3s;
}
/* Main*/
#carouselExampleIndicators{
position:relative;
filter:brightness(0.5);
z-index:-1;
}
#slide1{
width:100%;
height:100vh;
background-image: url(img/ba1.jpg);
background-size:cover;
background-position: center center;
filter:brightness(0.6);
z-index:-1;
}
#slide2{
width:100%;
height:100vh;
background-image: url(img/ba2.jpg);
background-size:cover;
background-position: center center;
filter:brightness(0.6);
z-index:-1;
}
#slide3{
width:100%;
height:100vh;
background-image: url(img/ba3.jpg);
background-size:cover;
background-position: center center;
filter:brightness(0.6);
z-index:-1;
}
#confer{
z-index:2;
position:absolute;
top:200px;
}
#confer-content{
display:flex;
flex-direction:column;
align-items:flex-end;
margin-left:auto;
}
#conf-text{
text-align:end;
}
#oradores{
min-height:100vh;
}
#conor,#conv1, #conv2, #conv3{
margin:0px;
}
.hono-container{
min-height:100vh;
}
#hono-left{
background-image:url(img/honolulu.jpg);
background-size:cover;
background-position: center center;
}
#hono-right{
background-color:black;
opacity:0.8;
}
#bt-submit{
width:100%;
}
#conviertete{
box-shadow:2px 2px 6px rgba(128, 128, 128, 0.452), -2px -2px 6px rgba(128, 128, 128, 0.356);
}
/*Hacá empiezan los estilos del footer*/
.footer{
min-height: 80px;
background:linear-gradient(90deg, rgb(9, 39, 53), rgb(27, 85, 119));
}
.foot-ul{
display:flex;
flex-direction: row;
flex-wrap:wrap;
justify-content: space-around;
align-items:center;
list-style:none;
}
.foot-link{
text-decoration:none;
margin:5px;
}
.foot-link:hover{
color:greenyellow !important;
transition:.3s;
}
#termyco, #pregfre{
max-width:110px;
}