+ 2
What can I do to improve this code
4 Respuestas
+ 3
I would suggest you to seperate your html and Css for more code readability. Try to create cards like bootstrap cards and make it responsive
+ 2
You could better use
div {
overflow: scroll;
}
for overflowing text.
And you should probably change the source of the images to URLs on the internet and not an internal address if you want other devices to be able to view the image.
+ 1
Maybe add pictures
0
Kindly like the code for motivation purpose