Design comparison
Solution retrospective
I am proud of getting the social media pages open in a new tab when clicking on the buttons
What challenges did you encounter, and how did you overcome them?being able to format the image properly and not be wrapped. Additionally also have the buttons in the same style as on the assignment.
What specific areas of your project would you like help with?the image and the buttons stylings!
Also if possible how did others set up the functions of being able to href the button click to a new page?
Community feedback
- @AkoToSiJeromeEhPosted 6 months ago
Hey ! Great work out there i just notice that you are using js function onclick with window.open in order to direct the user on specific webpage when they click the button with regard on that you can use the <a><a/> html element and add href on it and you can achieve to direct the user if they click the button. that's all happy coding!!!
the structure will be
<button > <a href="https://www.frontendmentor.io/home">Frontend Mentor<a/> </button>
Marked as helpful1@NateDaveHillPosted 6 months ago@AkoToSiJeromeEh
Oh that’s great feedback! Thank you so much! I appreciate it 👍
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