UNPKG
brite
Version:
latest (1.1.6)
1.1.6
DOM Centric Minimalistic MVC Framework
britejs.org
BriteSnow/brite
brite
/
tutorial
/
taskmanager
/
01
/
css
/
main.css
19 lines
(14 loc)
•
144 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*{
box-sizing
: border-box; }
html
,
body
{
height
:
100%
; }
body
{
margin
:
0
;
padding
:
0
; }
#pageBody
{
width
:
100%
;
height
:
100%
; }