#31 won’t check off, the hr element after the Portfolio a element
I’ve checked it over and can’t see any issues.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Business Card</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="business-card">
<img class="profile-image" src="https://th-thumbnailer.cdn-si-edu.com/UZjAgzYxJhdUTDhiVOoV0oAp0Z8=/1000x750/https://tf-cmsv2-smithsonianmag-media.s3.amazonaws.com/filer_public/3a/fb/3afb3353-3a1b-4314-a0ee-93d37a1d9b66/gettyimages-1246951746_web.jpg" alt="A picture of an angry seal."></img>
<p class="full-name">XXX</p>
<p class="designation">ICT Support</p>
<p class="company">DXXX</p>
<hr>
<p>XXXXX</p>
<p>XXXXX<p>
<a href="www.google.com">Portfolio</a>
<hr>
<div class="social-media">
<h2>Connect with me</h2>
<a href="x.com">Twitter</a>
<a href="linkedin.com">LinkedIn</a>
<a href="github.com">GitHub</a>
</div>
</div>
</body>
</html>