Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> .bg-blue { background-color: blue; } .bg-red { background-color: red; } </style> </head> <body> <div class="bg-blue bg-red"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. </div> </body> </html>