Learn CSS Grid by Building a Magazine - Step 14
I created a blockqoute as instructed but my code wasn’t accepted and the message I’m getting from the system is " You should create a new blockquote
element within your .text
element".
What did I do wrong?
<blockqoute cite="https://freecodecamp.org">
<hr />
<p class="qoute">
The entire curriculum should be a series of projects
</p>
<hr />
</blockqoute>