boxshadow-inset-neg-spread2-ref.html 178 B

1234567891011121314151617
  1. <html>
  2. <head>
  3. <style>
  4. .test {
  5. background-color: #fec;
  6. display: inline-block;
  7. width: 5em;
  8. height: 5em;
  9. }
  10. </style>
  11. </head>
  12. <body>
  13. <div class="test"></div>
  14. </body>
  15. </html>