Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <style>
- .center {
- text-align: center;
- color: red;
- }
- </style>
- </head>
- <body>
- <h1 class="center">Red and center-aligned heading</h1>
- <p class="center">Red and center-aligned paragraph.</p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement