Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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;
}
 
PREVIOUS NEXT
Tagged: #add #quotes #quote #css
ADD COMMENT
Topic
Name
6+5 =