fix html,body styles

This commit is contained in:
igoradamenko
2018-04-30 07:55:45 +03:00
parent 4fee1c28b8
commit 6f0578de17
5 changed files with 9 additions and 10 deletions
+8
View File
@@ -6,6 +6,14 @@
<title>remark42</title>
<base target="_blank">
<link rel="stylesheet" href="remark.css">
<style>
html, body {
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>
</head>
<body>
<div id="remark42"></div>