Adicionar citações em citação CSS
.tagline::before {
content: "\275D";
}
.tagline::after {
content: "\275E";
}
.tagline::after,
.tagline::before {
color: #000;
font-size: 28px;
margin: 0 4px;
}
Tanishq Vyas