Line 8: | Line 8: | ||
} | } | ||
#banner { | #banner { | ||
− | + | ||
− | + | /* The image used */ | |
− | background-image:url('https://preview.ibb.co/iPfRCd/banner.jpg'); | + | background-image: url('https://preview.ibb.co/iPfRCd/banner.jpg'); |
− | background-repeat:no-repeat; | + | |
+ | /* Full height */ | ||
+ | height: 100%; | ||
+ | |||
+ | /* Center and scale the image nicely */ | ||
+ | background-position: center; | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
} | } | ||
</style> | </style> |
Revision as of 19:31, 2 June 2018