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