Skip to content

Instantly share code, notes, and snippets.

View abdalimran's full-sized avatar
💻
Focusing

Abdullah Al Imran abdalimran

💻
Focusing
View GitHub Profile
@abdalimran
abdalimran / github.css
Created December 15, 2016 16:09 — forked from theconektd/github.css
Github Markdown CSS - for Markdown Editor Preview
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px; }
body > *:first-child {