Built with blockbuilder.org
Test!!
license: mit |
Built with blockbuilder.org
Test!!
<header> | |
</header> | |
<style> | |
p{ | |
font-size: 27px; | |
} | |
#first_paragraph{ | |
font-size: 50px; | |
} | |
.fancy{ | |
color: red; | |
} | |
</style> | |
<body> | |
<div class="fancy"> | |
<p id="first_paragraph" style="color:cyan;"> | |
Hello world! | |
</p> | |
</div> | |
<p id="second_paragraph"> | |
this is my text | |
</p> | |
<svg height="300" width="300"> | |
<!-- comment --> | |
<circle cx="150" cy="150" r="120" stroke="black" stroke-width="3" fill="rgb(248,82,82)" /> | |
</svg> | |
</svg> | |
</body> |