Prev Demo
Box Shadow Effects
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title></title> <style> h1{ height:100px; width:300px; background-color:red; color:white; box-shadow:12px 12px blue; } </style> </head> <body> <p>Box shadow effect with color</p> <h1>TechFunda</h1> </body> </html>
Note: We DO NOT save your trial code in our database.
Output