Latest solutions
Latest comments
- @hectorolivares@nibess1
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
- @olenahelena@nibess1
perhaps you could use an unordered list, and set the colors using n-th child in CSS for the Summary Page
Marked as helpful - @sami-chhibi@nibess1
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!