Latest solutions
Latest comments
- @zambobence@EseAlli
Hello Bence, awesome job. Here are some materials that helped me with style the slider
Creating A Custom Range Input That Looks Consistent Across All Browsers
Marked as helpful - @Clement1kalu-okereke@EseAlli
Hey Clement, awesome work. To center the component in the middle of the page, you can use flex like this:
body{ min-height: 100vh; display: flex; justify-content: center; align-items: center }
- @1991facundo@EseAlli
Great job Facundo, you can change and make the text look like the guide by setting a font size the h1 tag.
.container h1{ font-size: 1.5rem; }
Marked as helpful - @ssembatya-dennis@EseAlli
Hey Ssembatya, the overflow problem you are having is because of the height you set on your accordion card. Instead of using height, try adding padding to your card.
Marked as helpful - @pradeep0712@EseAlli
Hi, awesome work. Here are some things I think you can add to your solution
- try adding font-weight to these texts - Annual Price, Change, Proceed to Payment, and Cancel
- Change the color of some of the text to match that od the design.