Advertisement
Guest User

Untitled

a guest
Jun 27th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. <style>
  2. body {
  3. background-image:url('http://i.imgur.com/5v4o81z.jpg');
  4. background-repeat:no-repeat;
  5. background-attachment:fixed;
  6. color: #ffffff;
  7. font-family:"Helvetica", Arial, serif;
  8. font-size:13px;
  9.  
  10. }
  11.  
  12. h1 {
  13. font-size:40px;
  14. }
  15.  
  16. div.ex
  17. {
  18.  
  19. background-color:rgba(0,0,0,0.7);
  20. width:430px;
  21. height:550px;
  22. padding:10px;
  23. margin-top:50px;
  24. margin-left:50px;
  25.  
  26. }
  27.  
  28. div.navbar
  29. {
  30. margin-top:10px;
  31. margin-left:50px;
  32. width:430px;
  33. height:30px;
  34. padding-left:10px;
  35. padding-top:10px;
  36. background-color:rgba(0,0,0,0.7);
  37. }
  38.  
  39. div.connect
  40. {
  41. margin-top:10px;
  42. margin-left:50px;
  43. width:430px;
  44. height:30px;
  45. padding-left:10px;
  46. padding-top:10px;
  47. background-color:rgba(0,0,0,0.7);
  48. }
  49.  
  50. div.slideshow
  51. {
  52. margin-top:10px;
  53. margin-left:50px;
  54. width:500px;
  55. height:500px;
  56. padding-left:0px;
  57. padding-top:0px;
  58. background-color:rgba(0,0,0,0.7);
  59. }
  60.  
  61.  
  62. a:-webkit-any-link {
  63. color: #FFFFFF;
  64. text-decoration: none;
  65. cursor: auto;
  66.  
  67. }
  68.  
  69. a:hover {
  70. color: #f1d573;
  71. }
  72.  
  73.  
  74. </style>
  75.  
  76. <body>
  77.  
  78. <div class="ex">
  79. <center><img style="display: inline;" src="http://i.imgur.com/wCP3WP3.png" alt=""></center>
  80. <h1>Hey, what's up?</h1>
  81. </div>
  82.  
  83. <div class="navbar">
  84. <b>NAVIGATION:</b> <a href="http://joshpho.weebly.com/zukan.html">Zukan</a> | <a href="http://joshpho.weebly.com/movies.html">Movies</a> | <a href="http://joshpho.weebly.com/retsuden.html">Retsuden</a> | <a href="http://joshpho.weebly.com/misc.html">Photography</a> |
  85. </div>
  86.  
  87.  
  88. <div class="connect">
  89. <b>CONNECT:</b> <a href="http://joshpho.livejournal.com/profile">Livejournal</a>
  90. </div>
  91.  
  92. <div class="slideshow">
  93. Bottom div that I want in a row with the top one...
  94. </div>
  95.  
  96. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement