-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
64 lines (48 loc) · 728 Bytes
/
main.css
File metadata and controls
64 lines (48 loc) · 728 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
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
/*.::>>.Notes:
*/
*{
margin:0px;
padding:0px;
list-style:none;
user-select:none;
box-sizing:border-box;
text-decoration:none;
}
body{
display:block !important;
position:absolute;
margin:0 !important;
width:100vw; height:100vh;
background-image:url('');
overflow-x:hidden;
z-index:500;
}
svg{
position:absolute;
top:8px; left:8px;
z-index:502;
border:solid white 2px;
}
canvas{
position:absolute;
top:0 !important; left:0 !important;
min-width:100vw;
min-height:100vw;
margin:8px;
background:black;
z-index:501;
border:none;
}
canvas::before{
content:"";
}
footer{
}
/*
::>> Notes:
::>> Errors:
::>> To Do:
::>> Contributers:
::>> Kik:
::>> Contact:
*/