-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhvuong.css
38 lines (35 loc) · 2.52 KB
/
hvuong.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
/* Created by A36000 & A37181
░█████╗░██████╗░░█████╗░░█████╗░░█████╗░░█████╗░ ░░░░░░ ░█████╗░██████╗░███████╗░░███╗░░░█████╗░░░███╗░░
██╔══██╗╚════██╗██╔═══╝░██╔══██╗██╔══██╗██╔══██╗ ░░░░░░ ██╔══██╗╚════██╗╚════██║░████║░░██╔══██╗░████║░░
███████║░█████╔╝██████╗░██║░░██║██║░░██║██║░░██║ █████╗ ███████║░█████╔╝░░░░██╔╝██╔██║░░╚█████╔╝██╔██║░░
██╔══██║░╚═══██╗██╔══██╗██║░░██║██║░░██║██║░░██║ ╚════╝ ██╔══██║░╚═══██╗░░░██╔╝░╚═╝██║░░██╔══██╗╚═╝██║░░
██║░░██║██████╔╝╚█████╔╝╚█████╔╝╚█████╔╝╚█████╔╝ ░░░░░░ ██║░░██║██████╔╝░░██╔╝░░███████╗╚█████╔╝███████╗
╚═╝░░╚═╝╚═════╝░░╚════╝░░╚════╝░░╚════╝░░╚════╝░ ░░░░░░ ╚═╝░░╚═╝╚═════╝░░░╚═╝░░░╚══════╝░╚════╝░╚══════╝
Copyright © 2021 A36000 & A37181. All rights reserved. */
body {
/* green */
/*background: rgb(129,251,186);
background: linear-gradient(134deg, rgba(129,251,186,1) 0%, rgba(39,205,113,1) 100%);*/
/* blue */
background: rgb(175,219,242);
background: linear-gradient(167deg, rgba(175,219,242,1) 0%, rgba(74,182,255,1) 100%);
}
canvas {
padding: 0;
margin: auto;
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 20px;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16), 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.hi {
position:fixed;
bottom:-6px;
height: 100px;
right:0;
z-index:9999;
}