Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title></title>
- <style>
- .myredclass{
- background-color:red;
- color: black;
- }
- .mygreenclass{
- background-color:green;
- color: white;
- }
- </style>
- </head>
- <body>
- <p class="myredclass" > this is a paragraph with a red background </p>
- <div class="mygreenclass" > this is a div element with green background </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement