Skip to content

Instantly share code, notes, and snippets.

@iamssen
Last active December 16, 2015 03:29
Show Gist options
  • Save iamssen/5369813 to your computer and use it in GitHub Desktop.
Save iamssen/5369813 to your computer and use it in GitHub Desktop.
gist 를 embed 할 때 만져야 하는 css path 설명
<html>
<head>
<style type="text/css">
html, body, .gist table {
font-size: 12px;
}
</style>
</head>
<body>
가나다라마바사 <br />
<script src="https://gist.github.com/iamssen/5369709.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment