-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
101 lines (99 loc) · 1.84 KB
/
main.css
File metadata and controls
101 lines (99 loc) · 1.84 KB
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
pre, #des, nav {
text-align: center;
}
body {
background-color: #efefef;
}
.container {
margin: 10px auto 0px;
}
#header {
margin: 50px auto -50px;
width: 400px;
height: 360px;
transform: scale(.5);
-webkit-transform: scale(.5);
-moz-transform: scale(.5);
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000px;
}
#canvas {
width: 100%;
height: 100%;
background-color: #000;
background-repeat: no-repeat;
position: absolute;
left: -264px;
}
#canvas2 {
width: 100%;
height: 100%;
background-color: #000;
background-repeat: no-repeat;
position: absolute;
left: 400px;
}
#canvas.image {
background: #000 url(1.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
}
#canvas2.image2 {
background: #000 url(2.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
}
canvas {
position: absolute;
top: 0;
display: block;
}
#svg {
position: absolute;
left: -264px;
width: 100%;
height: 100%;
top: 0;
}
#svg2 {
position: absolute;
left: 400px;
width: 100%;
height: 100%;
top: 0;
}
svg {
display: block;
width: 100%;
height: 100%;
}
pre {
font-size: 100px;
}
#des {
vertical-align: middle;
margin: 50px auto 0;
width: 40%;
font-family: Microsoft YaHei UI,ËÎÌå,Arial,sans-serif;
font-size: 20px;
}
a {
text-decoration: none;
margin-left: 12px;
font-size: 20px;
font-family: Microsoft YaHei UI;
}
a:hover {
text-decoration: underline;
}
#particles-js{
width: 100%;
height: 100%;
background-color: #b61924;
background-image: url('');
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
}