Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Specificity</title>
- <link href="style.css" type="text/css" rel="stylesheet">
- </head>
- <body>
- <div id="container">
- <div id="teal" class="block">
- </div>
- <div id="purple" class="block">
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement