Skip to content

Instantly share code, notes, and snippets.

@aduo122
Last active October 19, 2017 14:09
Show Gist options
  • Save aduo122/37b36adcddbb472995ed94bb67315959 to your computer and use it in GitHub Desktop.
Save aduo122/37b36adcddbb472995ed94bb67315959 to your computer and use it in GitHub Desktop.
1# tutorial
license: mit
<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