About
Explore
Events & Classes
Support Us
Join
Sign In
arabian_rainbow
View Project Page
Run
Fullscreen
arabiancoder s project with css 3
HTML
CSS
JS
<html> <head> <style> h1 { text-shadow: 2px 2px 5px forestgreen; } </style> </head> <body> <h1>This is such a cool text shadow you might want to try! got it from w3schools</h1> </body> </html>