Changes style file and adds style path
This commit is contained in:
parent
63e22294c7
commit
9c30e3488c
@ -1,4 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
<head>
|
||||||
|
<link rel="stylesheet" href="./css/styles.css">
|
||||||
|
</head>
|
||||||
<html>
|
<html>
|
||||||
<h1>Hello world</h1>
|
<h1>Hello world</h1>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
13
_sass/theme.scss
Normal file
13
_sass/theme.scss
Normal 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;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user