Advertisement
Guest User

jympara_html_test

a guest
Apr 25th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.12 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <title>Test Project</title>
  5.  <style>
  6. #header {
  7.     background-image:url("http://i.imgur.com/Q4jids7.jpg");
  8.     color:white;
  9.     text-align:center;
  10.     padding:5px;
  11. }
  12. #nav {
  13.     line-height:30px;
  14.     background-color:green;
  15.     width:150px;
  16.     float:left;
  17.     padding:10px;
  18. }
  19. #section {
  20.     background-image:url("");
  21.     float:left;
  22.     padding:10px;
  23. }
  24. #footer {
  25.     background-color:black;
  26.     color:white;
  27.     clear:both;
  28.     text-align:center;
  29.     padding:5px;
  30. }
  31. </style>
  32. </head>
  33.  <body>
  34.  
  35. <div id="header">
  36. <h1 style="font-size:250%">jympara site</h1>
  37. </div>
  38.  
  39. <div id="nav">
  40. <a href="http://csgolounge.com/" target="_blank"><img src="http://cdn.csgolounge.com/img/logo.png"  style="background-color:gray;height:50px;width:150px;border:2px solid black;"></a><br></br>
  41. <a href="http://csgojackpot.com/" target="_blank"><img src="http://csgojackpot.com/assets/img/logo.png" style="height:50px;width:150px;border:2px solid black;"><a/>
  42. </div>
  43.  
  44. <div id="section">
  45. <img src="http://i.imgur.com/dCHzFJ7.jpg"><br>
  46. </div>
  47.  
  48. <div id="footer">
  49. Copyright © jympara
  50. </div>
  51.  
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement