UNPKG
scratch-box-js
Version:
latest (1.0.1)
1.0.1
1.0.0
Create scratch card in browser.
github.com/jessesward/Scratcher
jessesward/Scratcher
scratch-box-js
/
dist
/
style.css
14 lines
(12 loc)
•
157 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.wrapper
{
height
:
100vh
;
width
:
100%
;
position
: relative; }
#scratcher
{
position
: absolute;
width
:
100%
;
height
:
100%
;
top
:
0
;
left
:
0
; }