Guest User

Untitled

a guest
May 22nd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. header {
  2. height: 175px;
  3. background-color:#a90f0f;
  4. border-radius: 15px;
  5. }
  6. body {
  7. text-height:5pt;
  8. width: 900px;
  9. background-color: black;
  10. margin: 30px auto;
  11. }
  12. header h1 {
  13. font-family: Arial;
  14. font-style: italic;
  15. margin-bottom: 20px;
  16. padding-left:350px;
  17. padding-top: 20px;
  18. font-size: 35pt;
  19. color: #C0C0C0;
  20. }
  21. nav ul {
  22. list-style-type: none;
  23. }
  24. nav li {
  25. display: inline;
  26.  
  27. background-color: #a90f0f;
  28. margin-left: -35px;
  29. padding-right: 50px;
  30. padding-left: 50px;
  31. padding-top:4px;
  32. padding-bottom: 4px;
  33. border: #C0C0C0 3px outset;
  34. border-radius: 3px;
  35. cursor:default
  36. }
  37. nav a {
  38. text-decoration: none;
  39. color:#C0C0C0;
  40. }
  41. nav li:hover {
  42. border: #C0C0C0 3px inset;
  43. }
  44. nav a:hover {color:#808080;
  45. }
  46. section {
  47. width:910px;
  48. }
  49. article {
  50. font-family: Arial;
  51. border:gray 4px groove;
  52. padding: 10px;
  53. text-align:left;
  54. margin-bottom: 10px;
  55. margin-right:10px;
  56. color:white;
  57. }
  58. article h2 {
  59. font-size: 20pt;
  60. font-weight: bold;
  61. padding-bottom: 10px;
  62. letter-spacing:1px;
  63. }
  64.  
  65. header image {
  66. position:relative; top:-138px; left:50px;
  67. width:150px;
  68. height:150px;
  69. }
  70.  
  71. header image:hover {
  72. border: #C0C0C0 3px outset;
  73. }
  74. nav {
  75. border:gray 4px groove;
  76. padding: 10px;
  77. }
Add Comment
Please, Sign In to add comment