Built with blockbuilder.org
xxxxxxxxxx
<header>
</header>
<style>
p {
font-size: 27px;
}
#first-paragraph{
font-size: 50px
}
.fancy{
color: red;
}
</style>
<div class="fancy">
<p id="first-paragraph" style="color:blue">
this is my text.
</p>
<p id="first-paragraph">
this is my text.
</p>
</div>
<p id="second-paragraph">
I'm here for d3 workshop
</p>
</body>