Changes style file and adds style path

This commit is contained in:
David Darnes 2016-06-13 22:03:09 +01:00
parent 63e22294c7
commit 9c30e3488c
2 changed files with 16 additions and 0 deletions

View File

@ -1,4 +1,7 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="./css/styles.css">
</head>
<html>
<h1>Hello world</h1>
{{ content }}

13
_sass/theme.scss Normal file
View File

@ -0,0 +1,13 @@
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
h1 {
margin-top: 0;
}