Prev Demo
CSS3
>
Border-Shadow
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> #divBImg { border: 4px solid blue; box-shadow: orange 8px 15px; } #div1 { border: 3px solid green; box-shadow: grey 6px 12px; } </style> <p>This is Some Text</p> <a href="http://www.dotnetfunda.com" title="www.dotnetfunda.com">dotnetfunda</a> <p>this is Some Text</p> <div id="divBImg">ITFUNDA</div> <br /> <br /> <div id="div1">SHEO NARAYAN</div></body> </body> </html>
Note: We DO NOT save your trial code in our database.
Output