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

All comments

  • Héctor 100

    @hectorolivares

    Submitted

    Hi everyone! ☕️

    This is my solution to the challenge. It helped me clarify several Vue concepts, but there's still a long way to go with this framework. One thing I haven't fully mastered is positioning elements in the background, in this case, the round red shapes. If you have any recommendations on how to better position them, it would be greatly appreciated. Anyway, I will try to keep improving some things in this challenge, but I think it looks good to upload the solution.

    If you have any feedback on how I could improve my code, found any errors, or anything else that you think should be mentioned, I would greatly appreciate it.

    Thanks and have a great day. 👌🏼

    @nibess1

    Posted

    Good solution, just one small comment:

    At smaller screen sizes, you could perhaps increase the height of the carousel instead? The overflow makes it difficult to read.

    Happy coding :"D

    0
  • @nibess1

    Posted

    perhaps you could use an unordered list, and set the colors using n-th child in CSS for the Summary Page

    Marked as helpful

    0
  • @nibess1

    Posted

    I like the use of variables in your solution.

    You used the box shadow too which not a lot of people use so good eye for detail!

    Do note that you can offset your box shadow to more closely match the design. I believe boxshadow is h-offset v-offset blur spread and color respectively, so you could use it in your future solutions. All the best in your journey!

    0