Skip to content

Instantly share code, notes, and snippets.

@curran
Created October 24, 2017 17:35
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 curran/b4df3854b25a813d36903590ee9b8a0c to your computer and use it in GitHub Desktop.
Save curran/b4df3854b25a813d36903590ee9b8a0c to your computer and use it in GitHub Desktop.
[unlisted] fresh block
license: mit
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<svg width="960" height="500">
<rect x="0" y="0" width="100" height="100" fill="red"></rect>
<rect x="120" y="0" width="100" height="100" fill="green"></rect>
<rect x="0" y="120" width="100" height="100" fill="blue"></rect>
</svg>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment