···html
<!DOCTYPE html>
<style type="text/css"> .sup { width: 200px; height: 200px; padding: 30px; border: 5px solid black; background-color: orange; margin: 20px; position: relative; } .sub { width: 100px; height: 100px; padding: 20px; border: 5px solid black; background-color: red; position: absolute; top: 0; left: 20px; } </style>
```html