Tell us what’s happening:
I’m done with my project Tribute page but I’m stuck on user story #8 1. The element should responsively resize, relative to the width of its parent element, without exceeding its original size. Can someone help me please?
project link: https://codepen.io/Mohamedb3850/pen/dyoxzgy
thanks.
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36.
When using codepen it only expects the code you’d put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
Similarly in CSS you just put the code that would be within the <style> </style> tags. (No need to include the style tags)
If you follow those instructions and then run the tests they will all pass.