Skip to content

Instantly share code, notes, and snippets.

@emersonbroga
Created September 20, 2020 23:48
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 emersonbroga/3a5356be9033d80f662065c374d8d792 to your computer and use it in GitHub Desktop.
Save emersonbroga/3a5356be9033d80f662065c374d8d792 to your computer and use it in GitHub Desktop.
JSBin Test
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JSBin Test</title>
</head>
<body>
<div class="container">
<h1>Js Bin Test</h1>
<p>This is a test to import a gist into JSBin.<p>
</div>
</body>
</html>
console.log('JsBin test');
.container {
max-width: 800px;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
}
.container h1 {
text-decoration: underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment