| Line 89: |
Line 89: |
| | } | | } |
| | | | |
| | + | .card { |
| | + | box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); |
| | + | transition: 0.3s; |
| | + | max-width: 400px; |
| | + | height: 400px; |
| | + | background-color: black; |
| | + | background-size: contain; |
| | + | background-repeat: no-repeat; |
| | + | background-position: bottom; |
| | + | border-radius: 20px; |
| | + | } |
| | + | |
| | + | .container { |
| | + | padding: 2px 16px; |
| | + | color: white; |
| | + | } |
| | + | |
| | + | .button { |
| | + | margin-top: 10px; |
| | + | background: #D61A1D; |
| | + | padding: 11px; |
| | + | border-radius: 10px; |
| | + | display: inline-block; |
| | + | } |
| | } | | } |
| | }} | | }} |