1. Download CSS file.
2. Include it into your HTML code and add a
markdown-body
class to the styles:<link rel="stylesheet" href="github-markdown.css">
<style>
.markdown-body {
min-width: 200px;
max-width: 790px;
margin: 0 auto;
padding: 30px;
}
</style>
3. Apply
markdown-body
class to any container:<body class="markdown-body">
...
</body>
getEasycss i hope it may be useful for you and give feedback
ReplyDeletehttps://github.com/gopalkumar315/geteasycss