Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> .box[style*="color: red"] { color: white !important; } .box { background-color: blue; padding: 15px 25px; margin: 10px; } </style> </head> <body> <div class="box" style="color: red;"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. </div> </body> </html>