UNPKG
snapsvg
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.0
0.3.0
0.1.0
JavaScript Vector Library
github.com/adobe-webplatform/Snap.svg
adobe-webplatform/Snap.svg
snapsvg
/
demos
/
snap-mascot
/
style.css
20 lines
(17 loc)
•
234 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
html
{
overflow
: hidden; }
body
{
background
:
#eee
;
text-align
: center; }
svg
{
display
: inline-block; }
iframe
{
display
: inline-block;
border
: none;
height
:
300px
;
width
:
400px
;
margin
:
10px
; }