Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是一个初学者,我只是想知道我是否可以使用 SVG 图标作为按钮,比如让它们悬停并激活?如果有一种方法可以为它们制作边框,但围绕形状而不是形状的盒子并用颜色填充形状?只使用纯 CSS
您可以将 SVG 元素包装在anchortag 或buttontag 中,使它们分别表现为链接或按钮。要在形状周围添加边框,您可以使用 cssstroke属性
anchor
button
stroke