Line 4: | Line 4: | ||
<style> | <style> | ||
− | body{ | + | body, html { |
− | background- | + | height: 100%; |
+ | } | ||
+ | |||
+ | .bg { | ||
+ | /* The image used */ | ||
+ | background-image: url("https://media.istockphoto.com/photos/christmas-lights-defocused-background-bokeh-gold-blue-picture-id613518332?k=6&m=613518332&s=612x612&w=0&h=Own5MdgJXjNhFd0YUyED1UP3mQsHeNhfML9F-DQYdYw="); | ||
+ | |||
+ | /* Full height */ | ||
+ | height: 100%; | ||
+ | |||
+ | /* Center and scale the image nicely */ | ||
+ | background-position: center; | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | } | ||
</style> | </style> | ||
<body> | <body> | ||
+ | Hello | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 15:33, 6 October 2018
Hello