+ 1
I cant remember how to fix the wonky way my ascii image is being portrayed
6 odpowiedzi
+ 4
Removed (lot of) unnecessary spaces, depreciated tag/attributes changed for semantical better suited ones, added styles to center your ascii art image and page both vertically and horizontally with use of responsive units for font size... also added specific line-height property to your ascii art image to get it more squared:
https://code.sololearn.com/WNaQUJ4znPs5/#html
+ 2
after each line add a break tag <br>. But you also need to find a font where # and @ are the same width, I think courier would work
+ 1
Not sure what you want it to look like or what the issue is
+ 1
i am trying to get it centered. without it being wobbly and disfigured.
basically, if you see in the code where its laid out in a nice square, thats how i want it to look
+ 1
thanks
0
OH MY GOD THANK YOU THATS AMAZING