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?
6 ответов
0
That works, but then your right-aligns don't do anything.
+ 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.
0
BlazingMagpie yeah i know but i spent a good amount of time creating and designing them.
0
BlazingMagpie and thank you 🙂
0
i set the width of <img> to 100%
https://code.sololearn.com/WDGTc193eu16/?ref=app
0
BlazingMagpie ill try resizing the <img> and/or get rid of right-align