Skip to content

Instantly share code, notes, and snippets.

@okovalov
Last active December 20, 2019 23:44
Show Gist options
  • Select an option

  • Save okovalov/3190bcaec95c3b8cc587caa99a233eb7 to your computer and use it in GitHub Desktop.

Select an option

Save okovalov/3190bcaec95c3b8cc587caa99a233eb7 to your computer and use it in GitHub Desktop.
web1
body {
background-color: aqua;
}
<html>
<body>
<h1>Hi there</h1>
</body>
</html>
console.log('hi');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment