Built with blockbuilder.org
Created
October 24, 2017 17:35
-
-
Save curran/2e98366e42273589ae6d92d8870fc366 to your computer and use it in GitHub Desktop.
[unlisted] fresh block
This file contains 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
license: mit |
This file contains 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> | |
<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