I missed one question:
*has one card
Please help! I dont know what they mean.
I missed one question:
*has one card
Please help! I dont know what they mean.
Hey, @raymondmay95! Welcome to the community. In order to pass the test, you’re intended to have a *single element with “card” class" … a little tip … check in your head
element
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>App Academy HTML/CSS Assessment</title>
<link href="site.css" rel="stylesheet">
<link href="card.css" rel="id_card" class="card">
</head>
Let me know if that helps!
yes that helped! Should I be adding another .css named card to fix this or remove the link from the html and keep on stylesheet?
You should simply remove the extra class=“card”
on the link
element.