Skip to content

Instantly share code, notes, and snippets.

@KubikPixel
Last active April 18, 2016 07:24
Show Gist options
  • Save KubikPixel/de4a24f6a6c2f00ce86522b245454f85 to your computer and use it in GitHub Desktop.
Save KubikPixel/de4a24f6a6c2f00ce86522b245454f85 to your computer and use it in GitHub Desktop.
<!-- for the whole document -->
<body class="aclue">
Content with a <a href="https://www.linkedin.com/">Linkedin</a> link
...
<!-- or partial -->
<h1 class="aclue">
Title with a <a href="https://www.instagram.com/rrmelcer/">Instagram</a> link
</h1>
<!-- or -->
<div class="aclue">
Div with a <a href="https://twitter.co/kubikpixel">Twitter</a> link
</div>
<!-- or -->
<p class="aclue">
Paragraph with a <a href="https://www.facebook.com/kubikpixel/">Facebook</a> link
</p>
<!-- or -->
...
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment