Created
April 27, 2021 06:56
-
-
Save tompazourek/2ef46756546864a9aaf40372183ff7d8 to your computer and use it in GitHub Desktop.
Minimal readable HTML boilerplate (https://news.ycombinator.com/item?id=26952826)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset=utf-8> | |
<meta name=viewport content="width=device-width,initial-scale=1"> | |
<style> | |
body{ | |
font:menu;font-size:1.125em; | |
margin:auto;max-width:40em; | |
padding:0 0.5em 90vh 0.5em; | |
} | |
</style> | |
<h1>Test heading</h1> | |
<p> | |
blabla | |
blabla | |
</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment