Skip to content

Instantly share code, notes, and snippets.

@joseeight
Last active August 30, 2018 15:27
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 joseeight/4bd9500a3eb88cc1afec39371c3bc48c to your computer and use it in GitHub Desktop.
Save joseeight/4bd9500a3eb88cc1afec39371c3bc48c to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style>
iframe {
position: absolute;
top: 0;
left: 0;
opacity: 0.5;
}
.button {
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
</style>
</head>
<body>
<iframe src="https://twitter.com/i/cards/tfw/v1/1030145062129287168?cardname=player&amp;autoplay_disabled=true&amp;earned=true&amp;edge=true&amp;lang=en&amp;card_height=500" width="600" height="800"></iframe>
<a href="http://www.google.com" target="_blank" style="position:relative;top:0;left:0px;z-index:-1" class="button">First</a>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<a href="http://www.google.com" target="_blank" style="position:relative;top:135;left:0px;z-index:-1" class="button">second</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment