Skip to content

Instantly share code, notes, and snippets.

@nkanaev
Created October 25, 2017 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nkanaev/6024e69fe624980ef275cbc7f529e204 to your computer and use it in GitHub Desktop.
Save nkanaev/6024e69fe624980ef275cbc7f529e204 to your computer and use it in GitHub Desktop.
html {
lang: en;
head {
title {
"hello world"
}
}
body {
div #main {
max-width: 1000px;
margin: 0 auto;
p {
"welcome to my personal page"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment