Tell us what’s happening:
Sorry for the messy code/page I haven’t really gotten into the CSS portion just yet. I have an image linked to a project of mine, but it’s also linking an
to the same area, despite closed tags and closed divs on both elements. Code is below but I will also link to the project itself.
Your code so far
<div>
<a href="https://codepen.io/jadesbeach/full/oNNmaoN"
target="_blank"
class="project-tile" />
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/HTML5_logo_and_wordmark.svg/2000px-HTML5_logo_and_wordmark.svg.png"
alt="HTML logo"/>
</div>
</div>
</section>
<!-- Footer will be here-->
<div>
<h2> Let's set something up! </h2>
</div>
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 Personal Portfolio Webpage
Link to the challenge:
Last HTML project, could not post the link since I linked my project as well.