Add web-vanilla

This commit is contained in:
olari
2019-05-26 15:49:01 +03:00
parent b31c99da4f
commit 661a5984a3
11 changed files with 425 additions and 0 deletions

13
web-vanilla/style.css Normal file
View File

@@ -0,0 +1,13 @@
body {
color: #444;
font: 18px/1.6 Arial, Helvetica, sans-serif;
margin: 40px auto;
max-width: 650px;
padding: 0 10px;
}
h1,
h2,
h3 {
line-height: 1.2
}