I cant remember how to fix the wonky way my ascii image is being portrayed | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I cant remember how to fix the wonky way my ascii image is being portrayed

https://code.sololearn.com/W9A8eHk53T6t/?ref=app

1st Aug 2018, 7:25 PM
Dayton Wyer
Dayton Wyer - avatar
6 Answers
+ 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
1st Aug 2018, 10:15 PM
visph
visph - avatar
+ 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
1st Aug 2018, 7:51 PM
JME
+ 1
Not sure what you want it to look like or what the issue is
1st Aug 2018, 7:43 PM
JME
+ 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
1st Aug 2018, 7:46 PM
Dayton Wyer
Dayton Wyer - avatar
+ 1
thanks
1st Aug 2018, 7:56 PM
Dayton Wyer
Dayton Wyer - avatar
0
OH MY GOD THANK YOU THATS AMAZING
1st Aug 2018, 10:17 PM
Dayton Wyer
Dayton Wyer - avatar