-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
105 lines (103 loc) · 2.01 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
* {
margin: 0;
padding: 0;
}
.container { /*Primer background*/
background-image: url(img/caribe.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 100vh;
}
.child { /*Segundo background*/
position: relative;
background-image: url(img/caribe2.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
left: 13%;
top: 15%;
width:1400px;
height: 70vh;
border-radius: 25px;
text-align: right;
}
.box1{
position: relative;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: large;
top: 9%;
}
a{
display: block;
color: white;
text-decoration: none;
}
li{
float: right;
list-style-type: none;
}
li a{
display: block;
color: white;
padding: 14px 50px;
background-color: rgba(0, 29, 29, 0.5);
}
.home2{
position: relative;
right: 500px;
font-size: 25px;
bottom: 5px;
}
.container .box4{
position: relative;
text-align: left;
left: 7%;
top: 35%;
}
h1{
color: white;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.wild{ font-size: 300%; }
h3{
position: relative;
color: rgb(194, 191, 191);
font-size: 90%;
left: 1.3%;
}
button{
position: relative;
left: 1%;
top: 15px;
background-color: transparent;
border: 2px solid rgb(248, 247, 247);
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 16px;
}
/*Logos de redes sociales*/
.fa {
position: absolute;
top: 80%;
right: 96%;
padding: 3px;
font-size: 20px;
width: 20px;
text-align: center;
text-decoration: none;
}
.fa-facebook {
background: #ffffff;
color: black;
}
.fa-twitter {
position: relative;
top: 50%;
background: #e6e6e6;
color: black;
}