Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <style>
- p {
- text-align: center;
- color: red;
- }
- </style>
- </head>
- <body>
- <p>Every paragraph will be affected by the style.</p>
- <p id="para1">Me too!</p>
- <p>And me three!</p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement