-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
92 lines (81 loc) · 1.94 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
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'Dosis', sans-serif;
line-height: 1.6;
color: #666;
background: #F6F6F6;
}
h1 {
text-align: center;
padding: 1rem;
border-radius: 12px;
background-image: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
margin: 0 0 2rem 0;
font-size: 1.5rem;
color: white;
}
img {
display: block;
margin: 1rem auto;
max-width: 100%;
}
p {
padding: 0 2.5rem 2.5rem;
margin: 0;
}
.searchbar-container {
margin: 0rem;
background: white;
box-shadow: 2px 4px 25px rgba(0, 0, 0, .1);
border-radius: 12px;
overflow: hidden;
padding: 1rem;
background-image: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
transition: all .2s linear;
}
.boxinfo {
margin: 1rem;
padding: 0rem 14rem;
text-align: center;
}
.divmedio {
margin: 1rem;
padding: 0rem 14rem;
text-align: center;
}
select {
margin: 0rem;
background: white;
box-shadow: 2px 4px 25px rgba(0, 0, 0, .1);
border-radius: 130px;
overflow: hidden;
top: 30%;
left: 43%;
padding: 1rem;
background-image: linear-gradient(90deg, rgba(254, 255, 255, 1) 100%, rgba(0, 9, 75, 1) 100%);
transition: all .2s linear;
}
ul {
margin: 0rem;
background: white;
box-shadow: 2px 4px 25px rgba(0, 0, 0, .1);
border-radius: 10px;
overflow: hidden;
list-style-type: none;
top: 30%;
left: 43%;
padding: 0rem;
background-image: linear-gradient(90deg, rgba(254, 255, 255, 1) 100%, rgba(0, 9, 75, 1) 100%);
transition: all .2s linear;
}
li {
font-size: 0, 5rem;
color: black;
font-family: 'Dosis', sans-serif;
padding: 0.7rem;
}
.searchbar-container:hover {
box-shadow: 2px 8px 45px rgba(0, 0, 0, .15);
transform: translate3D(0, -2px, 0);
}