Skip to content

Instantly share code, notes, and snippets.

@Johnbug
Created August 30, 2013 07:00
Show Gist options
  • Save Johnbug/6386992 to your computer and use it in GitHub Desktop.
Save Johnbug/6386992 to your computer and use it in GitHub Desktop.
一点小小的美化gist嵌入
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
.center{margin-left: auto;margin-right: auto;}
.cold-shadow{-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;-ms-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;-o-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;}
.cold-font{font-size: 12px;font-family: "consolas";}
#gist-box{width: 900px;}
.gist-title{height: 30px;line-height: 30px;background-color: #ececec;padding-left: 20px;font-size: 15px;border: 1px solid #ddd;}
</style>
</head>
<body>
<div class = "center cold-font cold-shadow" id = "gist-box">
<div class = "gist-title">获取当前uri</div>
<script src="https://gist.github.com/Johnbug/6386359.js"></script>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment