You are viewing a single comment's thread from:

RE: writing in shades

in #poetry6 years ago

I really love Iambic Pentameter and any work written that way. This piece seems very personal and deep, yet also very open to any readers' interpretation. In this poem I see myself, fighting an internal war of understanding, trying to fit sanity into an ordered muscle we call a brain. The confusion yet hope of order is very inspiring. Thank you!

Sort:  

As for the code, I use: < center > and then the context, followed by < /center >. (Without the spaces)

Oh, simple as that. I thought it was something like <div class="pull-center">. I use some similar things. In case you haven't seen them I'll show them to you:

This aligns the text to the right side:

<div class="pull-right">text</div>
example

This lets you write the code you want without spaces:

  • html entities:

  • backticks which looks like this: <div class="pull-right">text</div>

  • Six spaces also works:

    <div>text</div>
    

And to align the text to the left:

There is also pull-left which has some strange behavior:

text

text


These are particularly effective for image formatting. I've been exploring these things. I'm really glad to have found <center> today. :D