| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| body { | |
| margin: 0px; | |
| padding: 8px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div style="margin-top: 20px; width: 100px; height: 100px;"></div> | |
| <div style="margin-bottom: 20px; width: 60px; height: 40px;"></div> | |
| <div style="margin-top: 20px; width: 100px; height: 100px;"></div> | |
| </body> | |
| </html> |