Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Title</title>
- </head>
- <body>
- <div class="bl bl-1"></div>
- <div class="bl bl-2"></div>
- <div class="bl bl-3"></div>
- <brown-square></brown-square>
- <style>
- .bl {
- width: 50px;
- height: 50px;
- background-color: brown;
- position: absolute;
- }
- .bl-1 {
- top: 100px;
- left: 35px;
- }
- .bl-2 {
- top: 110px;
- left: 135px;
- }
- .bl-3 {
- top: 5px;
- left: 50px;
- }
- brown-square{
- width: 50px;
- height: 50px;
- background-color: #a59460;
- position: absolute;
- }
- </style>
- </body>
- </html>
Advertisement
Advertisement
Advertisement
RAW Paste Data
Copied
Advertisement