Skip to content

Instantly share code, notes, and snippets.

@darjanin
Last active December 5, 2020 14:30
Show Gist options
  • Save darjanin/0642d5659a7cbd1b847e09cf5ea26d3d to your computer and use it in GitHub Desktop.
Save darjanin/0642d5659a7cbd1b847e09cf5ea26d3d to your computer and use it in GitHub Desktop.
Playground Test
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Title</title>
<!-- <link rel="stylesheet" href="style.css"> -->
</head>
<body>
<h1>Hello world</h1>
</body>
</html>
{
"scripts": [],
"styles": ["style.css"]
}
* {
box-sizing: border-box;
}
html,
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment