@atif-dev
Posted
Hi, congrats🎉 on completing the challenge. Better take care about following points.
For better look and centered, modify code as:
@media screen and (min-width: 1020px)
article {
grid-template-areas:
"header header"
"price footer";
display: grid;
place-content: center;
width: 70%;
margin: 0 auto;
}
article {
width: 70%;
margin: 0em auto;
margin-top: 7em;
}
Hope you will find this Feedback Helpful.
Let's connect for learning📝 and sharing🤝. Twitter , LinkedIn
Marked as helpful
@myrhisyoinked
Posted
@atif-dev thank you! I found out that just adding
width: 70%;
margin: 0 auto;
margin-top: 7em;
on article element works good