Skip to content

Instantly share code, notes, and snippets.

@crisdux
Created March 12, 2022 23:01
Show Gist options
  • Save crisdux/10b4c20cd26e3f350403e8a9779a69d5 to your computer and use it in GitHub Desktop.
Save crisdux/10b4c20cd26e3f350403e8a9779a69d5 to your computer and use it in GitHub Desktop.
02. mark-style
mark{
font-weight: bold;
border-radius:5px;
background-color: #FFCF87;
padding:2px 8px;
}
<p>
Lorem ipsum dolor sit, amet <mark>consectetur</mark> adipisicing elit. <mark>Corrupti</mark>, nisi.
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment