Militsa

color border

Dec 18th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Border</title>
  6. </head>
  7. <body>
  8. <p style="border: 4px red solid; background: lightgrey; border-radius: 10px; text-align: center; font-size: 30px"><span style="color: red">Red</span> Border</p>
  9. <p style="border: 4px green solid; background: lightgrey; border-radius: 10px; text-align: center;font-size: 30px"><span style="color: green">Green</span> Border</p>
  10. <p style="border: 4px blue solid; background: lightgrey; border-radius: 10px;text-align: center;font-size: 30px "><span style="color: blue">Blue</span> Border</p>
  11. </body>
  12. </html>
Add Comment
Please, Sign In to add comment