Tell us what’s happening: I am unable to get the checkmark in the Challenge 32
Your code so far
WARNING
The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
<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 src="https://cdn.freecodecamp.org/curriculum/labs/flower.jpg" class="profile-image" alt="Beautiful pink flower">
<p class="full-name">Hilary Santana</p>
<p class="designation">Software Developer</p>
<p class="company">@freeCodeCamp</p>
<hr>
<p>Email: hilarysantana@gmail.com</p>
<p>Phone: 829-752-7747<p>
<a href="https://www.example.com">Portfolio</a>
<hr>
<div class="social-media">
<h2>Connect with me</h2>
<a href="https://www.x.com">Twitter</a>
<a href="https://www.instagram.com">LinkedIn</a>
<a href="https://www.github.com">GitHub</a>
</div>
</div>
</body>
</html>
Your browser information: Opera
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 OPR/107.0.0.0
Challenge Information:
Learn Basic String and Array Methods by Building a Music Player - Step 35