nodescore/www/ponysays/css/svg-stylesheet.css

9 lines
229 B
CSS
Raw Permalink Normal View History

svg { background-color: red; width:1000px; height:330px; display:block;}
line { stroke: white; }
text { fill: white;}
path { stroke: white; fill: white; }
rect { fill: white; }
polygon { fill: white; }
circle { stroke: white; }