Built with blockbuilder.org
xxxxxxxxxx
<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>