Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

thank you guys but put more ✳ star

@A-pixel-ux

Desktop design screenshot for the Coding bootcamp testimonials slider coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Community feedback

Paks 1,350

@LifeofPaks

Posted

Hey Buddy🖐️ I hope you don't mind me giving some feedbacks Your design looks good by the way but i seems you have some problems with the CSS position property. It can be a bit confusing at first but once you master it you'll love and enjoy using it and its a very important CSS property so you need to learn it😂, you can't dread it forever😜.

So this is how it works, using this project as an example You need to set the Parent element to position : relative Then set the Child Element to position : absolute The afterwards you can move the element to your desired position using:

  • left
  • right
  • top
  • bottom Example
position: relative;
}

child-element{
position: absolute;
left: 0;
bottom: 10px;
}```
**I hope this helps. Cheers**🥂

Marked as helpful

1

@A-pixel-ux

Posted

thanks buddy my whatsapp number for more info +234 9164859994 @LifeofPaks

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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