Guest User

Untitled

a guest
Oct 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <style>
  2. body {
  3. background-color: black;
  4. font-family: monospace;
  5. }
  6. .pink-text{
  7. color:pink;
  8. }
  9. .center {
  10. margin: auto;
  11. width: 50%;
  12. border: 3px solid pink;
  13. padding: 10px;
  14. }
  15. </style>
  16. <div class=center>
  17. <h1 class=pink-text>I Love Pink LOL</h1>
  18. </div>
Add Comment
Please, Sign In to add comment