MK-Codecademy / CountdownApp

1 stars 2 forks source link

Fix the CSS for "Select Countdown" sidebar #31

Open willgarrett64 opened 2 years ago

willgarrett64 commented 2 years ago

The select countdown sidebar has been built, but the styling has only been half complete.

Note that the sidebar in the selectCountdownBar.html seems empty, but this is because the file createCountdownItem.js is handling creating and appending the countdown cards. This will eventually be linked up with data coming from the backend.

The main styles that need fixing are:

Basically, it all needs fixing.

image