How can I improve? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I improve?

https://code.sololearn.com/WDGTc193eu16/?ref=app I spent a full hour working on this, creating/ designing the title and sentences, (I did this on my computer) how do I make it supported on smaller devices?

12th Jun 2018, 12:30 PM
Ryan Sullivan
Ryan Sullivan - avatar
6 Answers
0
That works, but then your right-aligns don't do anything.
12th Jun 2018, 12:53 PM
BlazingMagpie
BlazingMagpie - avatar
+ 1
Not a big fan of simply inserting images to replace text content; Look up css transformations. Not sure how it's supposed to look in desktop nor the size of images, so this makes it a little difficult. Try to add scaling for img elements in css, img{width:70%;} looks ok to me on phone.
12th Jun 2018, 12:37 PM
BlazingMagpie
BlazingMagpie - avatar
0
BlazingMagpie yeah i know but i spent a good amount of time creating and designing them.
12th Jun 2018, 12:39 PM
Ryan Sullivan
Ryan Sullivan - avatar
0
BlazingMagpie and thank you 🙂
12th Jun 2018, 12:40 PM
Ryan Sullivan
Ryan Sullivan - avatar
0
i set the width of <img> to 100% https://code.sololearn.com/WDGTc193eu16/?ref=app
12th Jun 2018, 12:43 PM
Ryan Sullivan
Ryan Sullivan - avatar
0
BlazingMagpie ill try resizing the <img> and/or get rid of right-align
12th Jun 2018, 1:04 PM
Ryan Sullivan
Ryan Sullivan - avatar