| Line 18: |
Line 18: |
| | float: right; | | float: right; |
| | } | | } |
| − |
| |
| − | .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-image:url("file:///C:/Users/MDAIGLE/Desktop/digitaltalent-bg.PNG");
| |
| − | background-size: contain;
| |
| − | background-repeat: no-repeat;
| |
| − | background-position: bottom;
| |
| − | border-radius: 20px;
| |
| − | }
| |
| − |
| |
| − | /* On mouse-over, add a deeper shadow */
| |
| − | .card:hover {
| |
| − | box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
| |
| − | }
| |
| − |
| |
| − | /* Add some padding inside the card container */
| |
| − | .container {
| |
| − | padding: 2px 16px;
| |
| − | color: white;
| |
| − | }
| |
| − |
| |
| − | .button {
| |
| − | margin-top: 10px;
| |
| − | background: #D61A1D;
| |
| − | padding: 11px;
| |
| − | border-radius: 10px;
| |
| − | display: inline-block;
| |
| − | }
| |
| | | | |
| | .infobox | | .infobox |