Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <!-- This is the Style Sheet referenced in 'index.html' which allows for
  2. colouring, padding, borders, font-styles, etc to be adjusted. -->
  3.  
  4. <style>
  5.  
  6. #holdall {
  7. padding-left: 2%;
  8. padding-right: 2%;
  9. background: #eeffee;
  10. }
  11.  
  12. #theUser {
  13. font-style: italic;
  14. }
  15.  
  16. h1 {
  17. color: #FFFFFF;
  18. background: #006577;
  19. padding: 15px;
  20. margin: 0px;
  21. }
  22.  
  23. #description {
  24. height:100px;
  25. width:70%;"
  26. }
  27.  
  28. label {
  29. font-weight: bold;
  30. }
  31.  
  32. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement