+ 1
Tribute Page
I am trying to complete a tribute page project. I appreciate any feedback on how to improve my code. TIA https://code.sololearn.com/W2A1BmStP4IP/?ref=app
2 Answers
+ 2
Try to add
#image {
max-width: 98%;
height: auto;
}
https://code.sololearn.com/WfCVHXDokm8H/?ref=app
+ 3
Wow!
your code looks beautiful but it would be nicey if the image doesn't scroll.
...just add the following to the end of your "CSS" file :
img {
width: 100%;
}