Last active
November 9, 2017 14:45
-
-
Save studiopress/f944dbe0289a8aa294b188bbcf15cc1d to your computer and use it in GitHub Desktop.
Add HTML for custom entry message boxes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p class="message green">This is an example of custom message, which is easy to implement and can be used to put emphasis on a particular thought or sentiment. <a href="#">Click here for more</a>.</p> | |
<p class="message orange">This is an example of custom message, which is easy to implement and can be used to put emphasis on a particular thought or sentiment. <a href="#">Click here for more</a>.</p> | |
<p class="message red">This is an example of custom message, which is easy to implement and can be used to put emphasis on a particular thought or sentiment. <a href="#">Click here for more</a>.</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment