Answers for "add quotes in quote css"

CSS
0

add quotes in quote css

.tagline::before {
  content: "275D";
}

.tagline::after {
  content: "275E";
}

.tagline::after,
.tagline::before {
  color: #000;
  font-size: 28px;
  margin: 0 4px;
}
Posted by: Guest on December-30-2021

Browse Popular Code Answers by Language