Latest solutions
Latest comments
- @Antonator@Feelshot
Congratulations on your recent programming exercise fellow DEV! I'm sure you've learned a lot and I'm excited to see your exercise implemented so well. Good job and keep it up!
- @EuniceSp@Feelshot
Congratulations on completing this challenge! I'm sure it was hard to conclude, but the results are incredible. Keeping up with programming can be a challenge, don't forget to read the official documentation to expand the options when solving a problem. If you need help tag me and I will gladly help you.
- @jmzarate09@Feelshot
Hello future dev, I really liked your programming exercise! If you continue doing your exercises in this way, you will undoubtedly be a great programmer very soon. Keep trying and learning, and don't hesitate to ask for help when you need it, tag me and I'll be happy to help you!
Marked as helpful - @kuromika@Feelshot
Congratulations on your recent programming exercise! I am sure you have worked hard and it has been a great achievement for you. Keeping up with the schedule can be a challenge, but your efforts have paid off. I'm excited to see how you develop as a programmer in the future. Good job!
- @Deni-ux@Feelshot
Very good, I loved the results :D
- @lopezolidev@Feelshot
Hello future Dev, I have found some errors that could make your exercise much better. Remember that there are no correct ways to do it, just different ways and the following is my personal recommendation :D
The margin and padding on your elements is not properly applied, due to how you built the main container. You make a container card to center everything, however this harms the visualization of it. Try to make a card of a fixed size and center it with
.card { display:flex; flex-direction:column; justify-content:center; Align-items: center; }
I leave you my exercise so that you can visualize how I arrive at that solution, I hope it will help you.
Github: https://github.com/Feelshot/practica-02-css Live site: https://practica-02-css.vercel.app/
Greetings and good trip mate.
Marked as helpful