Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juniorcesarabreu/ebd2b24b62a4f08e164a8f3762befafe to your computer and use it in GitHub Desktop.
Save juniorcesarabreu/ebd2b24b62a4f08e164a8f3762befafe to your computer and use it in GitHub Desktop.
Adiciona um símbolo Unicode atravpés da propriedade content no ::before
.tip::before {
content: "\261E";
margin-right: 10px;
}
<p class='tip'>Você sabia que...</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment