<html><head><style> .bg-element { /* Styles for the background */ background-image: url('https://cdn.lyty.dev/site-images/css_background_flower2_example.png'); /* End of styles for the background */ height: 200px; } </style> </head><body> <div class="bg-element"></div> </body></html>