Latest solutions
Latest comments
- @zambobenceSubmitted over 2 years ago@EseAlliPosted over 2 years ago
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 helpful0 - @Clement1kalu-okerekeSubmitted over 2 years ago@EseAlliPosted over 2 years ago
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 }
0 - @1991facundoSubmitted over 2 years ago@EseAlliPosted over 2 years ago
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 helpful0 - @ssembatya-dennisSubmitted over 2 years ago@EseAlliPosted over 2 years ago
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 helpful1 - @pradeep0712Submitted over 2 years ago@EseAlliPosted over 2 years ago
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.
1