一行で結論
状態:-
閲覧数:782
投稿日:2022-03-19
更新日:2022-03-19
SVGの色指定
「枠線 stroke」と「内部 fill」の2種類
「枠線 stroke」と「内部 fill」の2種類
<style>
svg{
width:2.0rem;
height:2.0rem;
}
svg > path{
fill: orange;
}
</style>