Advertisement
Guest User

Untitled

a guest
Oct 26th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1.  
  2. body{
  3. min-width:768px;
  4. margin:0px;
  5. background:#0e6585;
  6. font-size:40px;
  7. }
  8.  
  9. img.top{
  10. display:block;
  11. margin-left:auto;
  12. margin-right:auto;
  13. }
  14.  
  15. #container{
  16. height:768px;
  17. background:#0e6585;
  18. font-family:Designio
  19.  
  20. }
  21.  
  22. #inner{
  23. text-decoration:none;
  24. box-shadow:inset 1px 1px 10px 2px #fff;
  25. border-radius: 50px;
  26. margin:0 auto;
  27. margin-top:100px;
  28. width:800px;
  29. height:600px;
  30. background:#0e6585;
  31. padding:20px;
  32. color:#946e44;
  33. text-align:center;
  34.  
  35. }
  36.  
  37. #nav a:active{
  38. background-color:red;
  39.  
  40. }
  41.  
  42.  
  43. #nav {
  44. height:10px;
  45. width: 100%;
  46. float: left;
  47. margin: 0 0 1em 0;
  48. padding: 0px;
  49. background-color: #0e6586;
  50. border-bottom: 1px solid #0e6586;}
  51.  
  52. #nav ul {
  53. list-style: none;
  54. width: 900px;
  55. margin: 0 auto;
  56. padding: 0; }
  57.  
  58. #nav li {
  59. float: left; }
  60.  
  61. #nav li a {
  62. margin-top:15px;
  63. display: block;
  64. padding: 8px 15px;
  65. text-decoration: none;
  66. color: white;
  67. border-right: 1px solid #ccc; }
  68.  
  69. #nav li a:hover {
  70. color: #0e6586;
  71. background-color: white; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement