<!DOCTYPE html> <html> <head> <style> .textColor{ color:rgba(255,0,0,1); } .designMe{ background-color:lightblue; font-size:18px; } </style> </head> <body> <div class="textColor designMe">The color of the text is not green.</div> </body> </html>
Run
×
Share