Tell us what’s happening:
can not use the p element properly its not wor[6:58 PM, 6/15/2025] Marty : body {
margin: 0;
font-family: Arial, sans-serif;
background: #f4f4f4;
color: #333;
}
header {
background-color: #111;
color: #fff;
padding: 15px 30px;
display: flex;
justify-content: space-between;
align-items: center;
}
header .logo {
font-size: 1.5rem;
}
nav a {
color: #fff;
margin-left: 20px;
text-decoration: none;
}
.hero {
background: #ffcc00;
padding: 50px 30px;
text-align: center;
}
.products {
padding: 30px;
}
.product-list {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.product-card {
background: #fff;
padding: 15px;
border: 1px solid #ddd;
width: 200px;
text-align: center;
border-radius: 8px;
transition: box-shadow 0.3s;
}
.product-card:hover {
box-shadow: 0 0 10px rgba(0,0,0,0.2);
…
[6:58 PM, 6/15/2025] Marty :
Welcome to My Online Shop!
Best products at the best prices.
Our Products
Product 1
$19.99
Add to Cartlearn the skills to become a full time developer
Your code so far
<h1>Welcome to freeCodeCamp</h1>
<h2>Full Stack Curriculum</h2>
<!-- User Editable Region -->
<p>Learn the skills to become a full stack developer</P>
<!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0
Challenge Information:
Build a Curriculum Outline - Step 6