Answers for "aftre svg contain css"

CSS
0

aftre svg contain css

.anchor:before {
  display: block;
  content: ' ';
  background-image: url('../images/anchor.svg');
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}
Posted by: Guest on March-05-2022

Browse Popular Code Answers by Language