/README.md Secret
Last active
September 3, 2015 00:39
datasana #1
This file contains hidden or 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> | |
<head> | |
<meta charset="utf-8"> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script> | |
</head> | |
<style> | |
body { | |
position: fixed; | |
left: 0px; | |
right: 0px; | |
top: 0px; | |
bottom: 0px; | |
} | |
</style> | |
<body style="margin:0"> | |
<svg width=100% height=100%> | |
<rect x=50 y=50 width=100 height=233 fill-opacity=0.5></rect> | |
<path | |
d="M400,400L500,450L500,500L550,450Z" | |
fill="orange" | |
stroke="#000" | |
stroke-width=5 | |
></path> | |
<circle r=5 cx=500 cy=500 fill="#00ffbb" stroke="#007000"></circle> | |
</svg> | |
<div style="width:100px;height:100px;background-color:orange;position:absolute;top:44px;left:220px;border:1px solid black"> | |
asdfasdfsdf | |
</div> | |
<script> | |
</script> | |
</body> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment