-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexs.css
66 lines (65 loc) · 1.56 KB
/
indexs.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
@font-face{
font-family: 'Product Sans';
src: url("../about/Product Sans Regular.ttf") format('truetype');
}
body{
background-image: linear-gradient(to right, black,white);
margin: auto;
font-family: 'Product Sans';
}
h1{
text-align: center;
text-shadow: 0 0 10px rgb(255, 255, 255);
font-size: 2vw;
font-family: 'Product Sans';
transition: all 0.8s;
}
.showcase{
background-color: transparent;
border-radius: 5vw;
width: 40vw;
height: 38vh;
margin: auto;
transition: 0.8s all;
margin-top: 2.5vw;
margin-bottom: 2vw;
overflow: hidden;
padding: 14vh;
}
.d{
width: 5vw;
padding: 1vw;
color: rgb(0, 0, 0);
text-shadow: rgb(0, 0, 0) 0 0 10px;
box-shadow: 0 0 24px rgb(0, 0, 0);
text-decoration: none;
margin: auto;
margin-left: 6vw;
margin-right: 5vw;
/*margin-left: 3vw;
margin-right: 42vw;*/
border-radius: 2vw;
font-family: 'Product Sans';
font-size: 1.75vw;
vertical-align:100%;
transition: all 0.8s;
transition-duration: infinite;
}
.l{
width: 5vw;
padding: 1vw;
color: rgb(255, 255, 255);
text-shadow: rgba(255, 255, 255, 1) 0 0 10px;
box-shadow: 0 0 24px rgb(255, 255, 255);
text-decoration: none;
margin: auto;
margin-left: 5vw;
/*margin-right: 3vw;
margin-left: 42vw;*/
border-radius: 2vw;
font-family: 'Product Sans';
font-size: 1.75vw;
vertical-align:100%;
transition: all 0.8s;
transition-duration: infinite;
}