-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.css
66 lines (59 loc) · 1.2 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
.card{
margin-left: 35% !important;
justify-content: center;
text-align: center;
}
.button-column {
display: flex;
flex-direction: column;
}
.button-column button {
margin-bottom: 8px;
}
/* CSS */
/* CSS */
.shadow-glass {
align-items: center;
background-color: #fff;
border-radius: 12px;
box-shadow: transparent 0 0 0 3px,rgba(18, 18, 18, .1) 0 6px 20px;
box-sizing: border-box;
color: #121212;
cursor: pointer;
display: inline-flex;
flex: 1 1 auto;
font-family: Inter,sans-serif;
font-size: 1.2rem;
font-weight: 700;
justify-content: center;
line-height: 1;
margin: 0;
outline: none;
padding: 1rem 1.2rem;
text-align: center;
text-decoration: none;
transition: box-shadow .2s,-webkit-box-shadow .2s;
white-space: nowrap;
border: 0;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}
.shadow-glass:hover {
box-shadow: #121212 0 0 0 3px, transparent 0 0 0 0;
}
.bco{
margin-top: 5% !important;
}
footer{
top: -55%;
}
@media only screen and (max-width: 920px) {
.card{
position: relative;
vertical-align: center;
align-items: center;
text-align: center;
right: 16%;
}
}