Submitted over 2 years ago
landing page using html and css
@sumaiya-rahman-chowdhury
Design comparison
SolutionDesign
Solution retrospective
hey, I did not add the cart icon on the left to the "Add to cart" button can you tell me how to do that?
Community feedback
- @HolatPosted over 2 years ago
Hello For page not found not to show you should always add your html file location to the live url "https://sumaiya-rahman-chowdhury.github.io/Challange/main.html" And also to add the cart to the button <button> <img src="the image location" alt =""/>
<p>Add to Cart</p> </button> After that make the button button{ display:flex; flex-direction: row; align-items : center; }Marked as helpful0 - @sumaiya-rahman-chowdhuryPosted over 2 years ago
hey what is this mean "All page content should be contained by landmarks"
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord