Latest solutions
URL shortening API landing page challenge
#accessibility#tailwind-css#fetchSubmitted over 2 years ago
Latest comments
- @MileenkaSubmitted over 2 years ago@Shady-OmarPosted over 2 years ago
Hello, Good job on completing this challenge !!
My advice here is to use
display: flex;
to horizontally center your avatar instead of using margin property for better accuracy as you see the image it not well centered.Other than that all seems good, Hope this helps
keep going, Enjoy coding !!
1 - @gcWDevSubmitted over 2 years ago@Shady-OmarPosted over 2 years ago
Hello gcWDev,
Good job on this challenge, But here is a tip to show the images of this design while using GitHub pages
= change the src attribute of the img tag from
src="/images/image-equilibrium.jpg"
tosrc="images/image-equilibrium.jpg"
= Also the change avatar image src attribute from
src="/images/image-avatar.png"
tosrc="images/image-avatar.png"
Hope this helps.
Marked as helpful0 - @ButchBetSubmitted over 2 years ago@Shady-OmarPosted over 2 years ago
Hello Kevin,
Nice work on this challenge, But here is a tip to show your QR code image while using GitHub pages
= change the src attribute of the img tag to
src="images/image-qr-code.png"
instead of thesrc="../images/image-qr-code.png"
Hope this helps.
Marked as helpful0 - @DariluSubmitted over 3 years ago@Shady-OmarPosted over 3 years ago
The result is great, But as for your HTML, I think you should use <div> tag more often instead of using <section> tag,
<section> tag is more used as to include all <div> tags in it, but not include sections inside sections,I hope this helps.
1