Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. div {
  2. position: absolute;
  3. margin: auto;
  4. top: 100px;
  5. right: 0;
  6. bottom: 0;
  7. left: 2;
  8. width: 600px;
  9. height: 800px;
  10. border: 1px dotted;
  11. background-color: #eee;
  12. padding-left: 20px;
  13. padding-right: 20px;
  14. }
  15.  
  16.  
  17.  
  18.  
  19. img {
  20. float: left;
  21. padding-top: 10px;
  22. padding-right: 15px;
  23. background-image: pic.jpg;
  24. background-repeat: no-repeat;
  25. width: 10px;
  26. height: 20px;
  27. }
  28. hr.new1
  29. {
  30. border-top:1px solid teal;
  31. width: 600px;
  32. }
  33. p.new1
  34. {
  35. text-align:right;
  36.  
  37. }
  38. .button{
  39. background-color:teal;
  40.  
  41. }
  42. .button1 {
  43. font-size: 30px;
  44. color: white;
  45. }
  46. p.serif {
  47. font-family: "Courier";
  48. text-align:" right";
  49. }
  50. h1 {
  51. font-family: "Courier";
  52.  
  53. }
  54. div.a {
  55. text-align: left;
  56. }
  57. p.one {
  58. border-style: solid;
  59.  
  60. border-width: 1px;
  61. width: 200px;
  62. font-size: 30px;
  63. background-color: blue;
  64. color:white;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement