Guest User

Untitled

a guest
Apr 19th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. /**
  2. *Webpage about myself
  3. */
  4. html{
  5. background-color:#102372
  6. }
  7.  
  8. body {
  9. background-color:#02AB21
  10. }
  11.  
  12. h1 {
  13. font-family: Verdana;
  14. font-weight: bold;
  15. text-align: center;
  16. padding-top: 25px;
  17. padding-bottom: 25px;
  18. color: #acd1b2;
  19. }
  20. h2 {
  21. font-family: Verdana;
  22. font-weight: bold;
  23. text-align: center;
  24. padding-top: 25px;
  25. padding-bottom: 25px;
  26. color: #acd1b2;
  27. }
  28. #name {
  29. position: relative;
  30. top: -10px;
  31. font-color:
  32. border-top-left-radius: 15px;
  33. border-top-right-radius: 15px;
  34. }
  35.  
  36. #email{
  37. float:right;
  38. margin-right:5px;
  39. padding-top:5px;
  40. font-size:16px;
  41. font-family: Verdana, sans-serif;
  42. color:#ffffff;
  43. }
  44. div{
  45. border-radius:5px;
  46. }
  47.  
  48. #footer{
  49. position:relative;
  50. height: 50px;
  51. float:right;
  52. background-color:#668284
  53. clear:both;
  54. font-family: Verdana, sans-serif;
  55. font-size:14px;
  56. text-align:center;
  57. color:#ffffff
  58. }
  59. #footer p{
  60. position:relative;
  61. padding-top:15px;
  62. }
  63. h1:hover
  64. {
  65. background-color:#102372;
  66. }
  67. h2:hover
  68. {
  69. background-color:#102372;
  70. }
  71. div{
  72. border-radius:3px dotted blue;
  73. }
  74. img{
  75. border-radius:3px dotted blue;
  76. }
  77. li{
  78.  
  79. }
  80. table{
  81.  
  82. }
Add Comment
Please, Sign In to add comment