boxshadow-rotated.html (237B)
1 <html> 2 <head> 3 <style> 4 div.first { 5 margin: 35px auto 95px auto; 6 box-shadow: 0px 0px 15px 0px #808080; 7 transform: rotate(-180deg); 8 width: 100; 9 height: 116.36px; 10 } 11 </style> 12 </head> 13 <body> 14 <div class="first"></div> 15 </body> 16 </html>