Tell us what’s happening:
I completed the challenge, but I had some questions about how I could make it better.
1.How can I change the css rules I used for the image to make it truly responsive? Even though I passed the challenge, the image does not properly scale down as I decrease the size of the browser window.
2. I have a css class in my code named .box that I had tried to use before but wanted to get rid of it. Whenever I tried to remove it from my css rules it messes up the way the page looks even though the class is never called in my html for the page. I wanted to know if someone could tell me why this happens.
Your code so far
I put a link to the code that I wrote for this challenge in the bottom
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
.
Challenge: Build a Tribute Page
Link to the challenge:
Here’s the code that I wrote for this challenge