Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en" dir="ltr">
- <head>
- <meta charset="utf-8">
- <title>CSS Challenge 3</title>
- <link rel="stylesheet" href="style.css">
- </head>
- <body>
- <div id="box">
- <div id="left">
- </div>
- <div id="right">
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement