Built with blockbuilder.org
Last active
October 19, 2017 14:09
1# tutorial
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
<header> | |
</header> | |
<style> | |
p{ | |
font-size:28px; | |
} | |
#first-P { | |
font-size:123px; | |
} | |
.fancy{ | |
color:red | |
} | |
</style> | |
<body> | |
<div class= "fancy"> | |
<p id="first-P" style = "color: orange"> | |
123123 | |
</p> | |
</div> | |
<p id="second-P"> | |
d3 tutorial | |
</p> | |
<svg height="299" width="133"> | |
<!--add circle--> | |
<circle cx="68" cy="50" r="77" stroke="rgb(117,163,145)" stroke-width="3" fill="red"/> | |
</svg> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment