- Adding spaces between bullets and texts in lists
- Adding border-bottom to table rows
Latest comments
- @thebreezyguy1Submitted 9 months agoWhat challenges did you encounter, and how did you overcome them?@Benjihunt97Posted 9 months ago
One easy way to add space between the li's is to set the ul to flex and flex-direction column, then add your gap or even add padding to the li's
1 - @xStephxSubmitted 10 months ago@Benjihunt97Posted 10 months ago
Nice sub well done. I especially like the loading animations very nice touch. Also on the button you could use flex-shrink: 0; this is to stop the item from getting squashed.
Marked as helpful1 - @xStephxSubmitted 11 months ago@Benjihunt97Posted 11 months ago
Nice submission, very accurate to the original. You could maybe add some animation to the buttons or loading animations or scroll animations. Great job once again.
Marked as helpful1