-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
28 lines (25 loc) · 714 Bytes
/
Copy pathstyle.css
File metadata and controls
28 lines (25 loc) · 714 Bytes
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
html {
overflow: hidden;
height: 100%;
background: #191919;
width: 100%;
}
#canvas {
background: url('https://res.cloudinary.com/dc4stsmlc/image/upload/v1570612478/Codepen/space_sanxvu.jpg') no-repeat;
width: 100%;
height: 100%;
background-size: cover;
}
#canvas.playing {
cursor: url('https://res.cloudinary.com/dc4stsmlc/image/upload/v1570612589/Codepen/aim_red_j9cyuq.png') 17.5 17.5,auto !important;
}
.full-screen {
position: fixed;
width: 35px;
height: 35px;
background: url(https://res.cloudinary.com/dc4stsmlc/image/upload/v1570612477/Codepen/full-screen_szgnei.png) no-repeat;
z-index: 10;
display: block;
right: 10px;
bottom: 10px;
}