-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathisosurface.css
92 lines (75 loc) · 1.07 KB
/
isosurface.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
.ui{
position:absolute;
left:2.5%;
}
.march{
top:15%;
box-shadow: 2px 4px 8px rgba(0, 0, 0, .5);
}
.shape{
top:25%;
box-shadow: 2px 4px 8px rgba(0, 0, 0, .5);
}
.title{
text-align: center;
left:62.5vh;
text-shadow: 2px 4px 8px rgba(0, 0, 0, .5);
font-size: 35px;
}
.source{
font-size: 150px;
left:88%;
top:75%;
text-align: center;
padding-bottom: 5px;
border-radius: 75px;
width: 145px;
height: 145px;
box-shadow: 2px 4px 8px rgba(0, 0, 0, .5);
}
.render{
width:100%;
height:40%;
}
@media only screen and (max-device-width: 768px) {
.title{
font-size: 60px;
left:2.5vh;
}
.source{
font-size: 300px;
left:20vh;
top:75vh;
text-align: center;
padding-bottom: 5px;
border-radius: 150px;
width: 295px;
height: 295px;
}
.march{
top:65vh;
height:40px;
left: 35vh;
}
.shape{
left: 12.5vh;
top:65vh;
font-size:40px;
}
.render{
position:absolute;
top: 12.5vh;
}
}
a:link {
color: black;
}
a:visited {
color: black;
}
a:hover {
box-shadow: 2px 4px 8px rgba(0, 0, 0, .5);
}
a:active {
color: black;
}