CSS 「::before」の使い方

CSS 「::before」の使い方
h1::before{
    content: "祝";
    color: gold;
}

 

h1タグの前に「祝」という字を金色で入れる。

 

 

参考にしたYouTube

CSSカテゴリの最新記事