Skip to content

Instantly share code, notes, and snippets.

@sergiu-radu
Created January 13, 2021 20:34
Show Gist options
  • Save sergiu-radu/3e48eea469a33ae2b9545d63b2e46e6c to your computer and use it in GitHub Desktop.
Save sergiu-radu/3e48eea469a33ae2b9545d63b2e46e6c to your computer and use it in GitHub Desktop.
Menu custom word
<span class="custom-word">Hello</span> World
/ * CSS styles */
.custom-word {
margin-right: 5px;
font-weight: 900;
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment