| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="fuzzy" content="maxDifference=0-58; totalPixels=0-410"> | |
| <style> | |
| .box { | |
| margin: 50px; | |
| width: 400px; | |
| height: 300px; | |
| box-shadow: 0 0 0 10px blue; | |
| border-radius: 20px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="box"></div> | |
| </body> | |
| </html> |