there is nothing wrong with the actual challenge I am struggling to make my code work is it not allowed to ask for help I don’t know
i am doing a project for my responsive web cert. I am making a website using a grid display but 2 of my sections are overlapping I’ve tried everything I can think of including AI) but nothing helps can someone run this code and see what the problem is
PS I am making a bike product page so that will explain some things
Please update the message to include your code. The code was too long to be automatically inserted by the help button.
When you enter a code, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
<section id="features">
<h2>Features</h2>
<div class="info-card">
<img class="icon" src"https://www.svgrepo.com/show/529207/shield.svg" alt="Shield icon">
<div class="card-text">
<h2>Durable</h2>
<p>Lite bikes can withstand crashs, impacts and anything you throw at it with hard rubber tires, and a titanium
frame</p>
</div>
</div>
<div class="info-card">
<img src"https://www.svgrepo.com/show/503416/map-marker-multiple.svg" alt="map marker icon">
<div class="card-text">
<h2>Portable</h2>
<p> Lite bikes are light for a reason you can fold to a 1/3 of their orignal size</p>
</div>
</div>
<div class="info-card">
<img src"https://www.svgrepo.com/show/444878/bike-city.svg" alt="fast biker icon">
<div class="card-text">
<h2><i>\__Fast<i></h2>
<p>the bikes are careful designed to be aerodynamic and sports-grade gears</p>
</div>
</div>
<div class="info-card">
<img src"https://www.svgrepo.com/show/485927/tools.svg" alt="Tools icon">
<div class="card-text">
<h2>Customizable</h2>
<p>it also comes with a attachment hoister so you can add a bottle holder, phone stand, bike tracker etc</p>
</div>
</div>
</section>
<div class="divider"></div>
that worked slightly but now everything not in line…
its fine honestly I’ve spent so much time on this one bit that doesn’t really matter ill just delete the point at the bottom. thanks for helping anyway