Skip to content

Instantly share code, notes, and snippets.

@nanase
Created October 15, 2013 13:30
Show Gist options
  • Save nanase/6991573 to your computer and use it in GitHub Desktop.
Save nanase/6991573 to your computer and use it in GitHub Desktop.
竹内 nanase.cc/takeuchi アドバイス待ってます
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>竹内</title>
<style>
body {
text-align: center;
}
.takeuchi {
font-size: 1000%;
margin: 50px auto;
width: 400px;
font-weight: bold;
}
.twitter-timeline {
border-radius: 8px;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.4), 0 0 100px rgba(0, 0, 0, 0.2);
}
body:after {
z-index: -1;
position: fixed;
display: block;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2), inset 0 0 200px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body>
<div class="takeuchi">竹内</div>
<a class="twitter-timeline" href="https://twitter.com/search?q=%E7%AB%B9%E5%86%85" data-widget-id="389968530763808768">竹内 に関するツイート</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment