Skip to content

Instantly share code, notes, and snippets.

@cloudfactory77
Created February 12, 2017 14:26
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 cloudfactory77/e71dbf72b0f481c6c7cf0617b76159cb to your computer and use it in GitHub Desktop.
Save cloudfactory77/e71dbf72b0f481c6c7cf0617b76159cb to your computer and use it in GitHub Desktop.
<div style="width:40%;margin: 0 auto 0 auto;background-color: cornflowerblue; border-radius: 4px;" onclick="obj=document.getElementById('open').style; obj.display=(obj.display=='none')?'block':'none';">
<a style="cursor:pointer;"><div style="color: black;">Read more</div></a>
</div>
<div id="open" style="display: none; clear: both;">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment