外部リンクに対して自動で画像をつけるCSS

CSS
aタグのtarget属性 _blankに対して表示させる。
a[target="_blank"] {
  &:after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    font-weight: 900;
    margin: 0 0.25rem;
  }
}
Spread the love
2024.03.08(金)