CSS namepace命名空间和SVG样式实例页面

回到相关文章 »

效果:

有什么问题吗?愚蠢的人类!

代码:

CSS代码:
@namespace "http://www.w3.org/1999/xhtml";
@namespace svg "http://www.w3.org/2000/svg";
a{color:blue;}
svg|a { color: darkslategray; fill: currentColor; }  
svg|path#mouth { fill: cadetblue; }				
svg|svg { background: lightblue; width: 200px; height: 200px; border-radius: 200px; }