<!DOCTYPE html> <html> <head> <style> *.textColor{ color:rgba(0,255,0,1); } </style> </head> <body> <div class="textColor">The color of the text is green.</div> </body> </html>
Run
×
Share