UNPKG
brite
Version:
latest (1.1.6)
1.1.6
DOM Centric Minimalistic MVC Framework
britejs.org
BriteSnow/brite
brite
/
sample
/
draw
/
css
/
DrawContent.css
13 lines
(11 loc)
•
249 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
.DrawContent
{
position
: absolute;
top
:
10px
;
right
:
100px
;
bottom
:
10px
;
left
:
60px
;
border
: solid
1px
#333
;
background
:
#fff
;
overflow
: hidden; }
.DrawContent-canvasCtn
{
position
: absolute;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
; }