-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
115 lines (101 loc) · 2.41 KB
/
index.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
106
107
108
109
110
111
112
113
114
115
.earth-img{
align-items: center;
width: 600px;
height: 600px;
}
.hero {
display: flex;
justify-content: center;
align-items: center;
height: 90vh;
text-align: center;
}
.content {
max-width: 572px;
}
.content h1 {
font-size: 4em;
margin: 0;
text-align: left;
}
button {
background-color: rgba(0, 0, 0, 0.2);
border: none;
padding: 10px 20px;
color: white;
font-size: 1.2em;
cursor: pointer;
margin-top: 20px;
transition: background-color 0.3s;
border-radius: 33;
}
button:hover {
background-color: rgba(2, 8, 93, 0.4);
}
.floating-button {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #007BFF; /* Color del botón */
color: white;
border: none;
border-radius: 5px;
padding: 15px 20px;
font-size: 16px;
cursor: pointer;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
transition: background-color 0.3s;
}
.floating-button:hover {
background-color: #0056b3; /* Color del botón al pasar el ratón */
}
.container {
position: relative; /* Para posicionar el GIF sobre el texto */
}
.texto-con-gif {
color:#FFFF;
font-size: 48px; /* Tamaño de la fuente */
color: #ffffff; /* Color del texto */
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Sombra del texto */
position: relative; /* Para asegurar que el texto esté en el nivel correcto */
}
.gif-superpuesto {
position: absolute;
top: 0; /* Ajusta según necesites */
left: 0; /* Ajusta según necesites */
width: 700px; /* Ajusta el tamaño del GIF */
height: 700px; /* Mantiene la proporción del GIF */
opacity: 0.7; /* Ajusta la opacidad del GIF */
}
button {
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
}
.earth-title {
color: white;
font-family: Jockey One;
font-size: 120px;
font-weight: 400;
line-height: 100px;
text-align: left;
}
.explore-button {
width: 235px;
gap: 0px;
border-radius: 41px;
opacity: 0px;
background: rgba(217, 217, 217, 0.3);
border: 0.2px solid;
border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, #FFFFFF 100%);
margin-top: 50px;
}
.line {
width: 1571px;
height: 32px;
top: 151px;
left: 78px;
gap: 0px;
border: 1px solid;
border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50.31%, rgba(255, 255, 255, 0) 100%);
}