aliatari / project1

First Group Project for UW Coding Bootcamp
0 stars 0 forks source link

Mandeep branch #28

Closed ghost closed 5 years ago

ghost commented 5 years ago

Base code

spencej4 commented 5 years ago

recommended changes for CSS file:

.container-fluid { padding-top: 2%; padding-right: 8%; background-color: rgb(0, 0, 0); }

spencej4 commented 5 years ago

also:

.card { max-height: 300px; overflow: hidden; box-shadow: 0 2px 8px rgba(255, 255, 255, 0.9); }

spencej4 commented 5 years ago

The change in padding allows for better spacing when cards are displayed (centered in middle of page), and still allows for padding when now-playing is displayed.

In .card, I changed the drop shadow color from black to white, so that the cards have a little bit of 'pop'. They feel a bit static now.

spencej4 commented 5 years ago

Additional change to css:

.pagination { margin-left: 48%; padding-top: 3%; padding-bottom: 10%; }

.pagination a { margin: 2px; }

Fixes the padding and margin for the pagination buttons