Latest solutions
Intro component with sign-up form with pure CSS/JS
#accessibility#lighthouse#bemSubmitted about 3 years ago
Latest comments
- @Oscarandio@ahmedAgawad
Hello 👋, Amazing work on completing this challange 👏👏.
- to make the overlay transparent i suggest that you place the
image-equilibrium.jpg
asimg
inside the picturediv
then add the overlay color using::before
pesudo element on thepicture
div - to fix the accessibility issues you have in the report i suggest you use
main
tag as the card container - make sure you add alternative text to images in the page to improve accessibility
Have a good day, Happy Coding 😊😊 .
Marked as helpful - to make the overlay transparent i suggest that you place the
- @colCarva@ahmedAgawad
Hello 👋, Amazing work.
- there is a small problem in the thanks card svg and itsn't displayed correctly you can fix it by
changing the relative path of the img tag as following
src="./images/illustration-thank-you.svg"
- you can make the app responsive just by changing the
width
property tomax-width
on themain
tag
Hope this helps.
Marked as helpful - there is a small problem in the thanks card svg and itsn't displayed correctly you can fix it by
changing the relative path of the img tag as following
- @Atsue-Kindness@ahmedAgawad
Hello 👋, Nice job on completing this challange.
- To remove the space below the images you can use
display: block
on the image tag itself and if you want to learn more about why this happening you can read this article Removing White Space Below Image Elements - To fix the accessibility issues its better to use
main
tag instead of the div tag as the card container
Hope this helps , Happy Coding 😊😊.
- To remove the space below the images you can use
- @Gareth-Moore@ahmedAgawad
Amazing job 👏👏, i have a question how did you manage to get the final code looking so close to the design.
if there are any tools you use to do this ? , can you please share it with me i will be very happy.
i also have a small suggestion if you can make the buttons and rate numbers a
cursor : pointer;
to make it obvious that these are clickable elements.have a good day.
- @DaveAdbeel@ahmedAgawad
Hello David , Congratulations on this project , amazing work 👏 👏
i have some suggestions which may improve your project to be more close to the design :
- decrease the padding on the bottom of the card
- add box-shadow arround the whole card
i hope these suggestions help you , keep the good work good luck.
- @Babacar-Ciss@ahmedAgawad
Nice job Babacar 👏👏 , but there is a problem in the the thanks card illustration image to fix it you should use relative path of the image as
src="images/illustration-thank-you.svg"
by just removing the forward slash. keep the good work
Marked as helpful