UNPKG
ratchet
Version:
latest (1.1.0)
1.1.0
1.0.0
0.3.1
0.1.1
CSS3 Transform Parsers and Generator
github.com/DamonOehlman/ratchet
DamonOehlman/ratchet
ratchet
/
examples
/
index.html
17 lines
(16 loc)
•
213 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<
html
>
<
body
>
<
style
type
=
"text/css"
>
body
{
overflow
: hidden; }
#box
{
width
:
50px
;
height
:
50px
;
background
: red; }
</
style
>
<
div
id
=
"box"
>
</
div
>
<
script
src
=
"simple-bundle.js"
>
</
script
>
</
body
>
</
html
>