About
Explore
Events & Classes
Support Us
Join
Sign In
Ibraheem
View Project Page
Run
Fullscreen
Short stoem (story + poem = stoem)
HTML
CSS
JS
<!DOCTYPE HTML> <html> <head> <title>Page Title</title> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0,shrink-to-fit=no,width=device-width"> </head> <body> <div><h1 class="heading">Short stoem (story + poem = stoem)</h1></div> <div2> <h2>Once upon a floor there was a floor</h2> <h3>And a bunch of tourists on a tour</h3> <h4>The floor got tred on</h4> <h5>The floor was set on:</h5> <h1 class="poem">KILLING the tourists on a tour!</h1> <br> <p>WHY DID I MAKE THIS POEM!</p> </div2> </body> </html>
.heading{ text-align: center; } div{ border: solid; } body{ background-color: skyblue; } .poem{ color: red; }