Advertisement
Guest User

html

a guest
Aug 17th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title></title>
  4. <style type="text/css">
  5. #profile { border: hidden;
  6. background-color: transparent; }
  7. body {background-color: black;}
  8. body {
  9. background-image:url('https://media.giphy.com/media/iTD9NcQhGj6co/giphy.gif');
  10. background-repeat: no-repeat;
  11. background-attachment:fixed;
  12. background-position:center;
  13. margin-leftt:200px;
  14. }
  15. #wrapper {
  16. width:400px;
  17. margin: 0 auto;
  18. padding: 0;
  19. overflow: auto;
  20. }
  21. #leftcolumn {
  22. width: 200px;
  23. display: block;
  24. position: fixed;
  25. float: left;
  26. }
  27. #rightcolumn {
  28. width: 200px;
  29. display: block;
  30. position: fixed;
  31. float: right;
  32. }
  33. #main {
  34. font-family: 'Overlock', cursive;
  35. background-color:gray;
  36. border:1px solid black;
  37. opacity:0.6;
  38. filter:alpha(opacity=60);
  39. width:400;
  40. }
  41. #1 {
  42. border:4px solid black;
  43. width:410;
  44. background-image:url('http://i.imgur.com/1O2Qm8Y.jpg style="filter:alpha(opacity=40)"
  45. onMouseover="this.filters.alpha.opacity=100" onMouseout="this.filters.alpha.opacity=80"');
  46. }
  47. #2 {
  48. border:1px solid black;
  49. width:400;
  50. }
  51. </style>
  52. </head>
  53. <body>
  54. <center>
  55. <link href='http://fonts.googleapis.com/css?family=Overlock' rel='stylesheet' type='text/css'>
  56. <div id="1">
  57. <div id="2">
  58. <img src=https://image.ibb.co/dDUQ8K/9a3d70ab5252d6d0a9141275b74f6206.jpg width=100% style="filter:alpha(opacity=40)"
  59. onMouseover="this.filters.alpha.opacity=100" onMouseout="this.filters.alpha.opacity=80">
  60. </div>
  61. <div id="main">
  62. <b> </b><br />
  63. </center>
  64. <div id="wrapper">
  65. <div id="leftcolumn">
  66. <b>Gender:</b> Male<br />
  67. <b>Allegiance:</b> ???<br/>
  68. <b>Rank:</b> ???<br/>
  69. <b>Name:</b> ???<br />
  70. </div>
  71. <div id="rightcolumn">
  72. <b>Age:</b> Seventeen<br />
  73. <b>Height:</b> 5'10"<br />
  74. <b>Weight:</b> Athletic<br />
  75. </div></div>
  76. <hr width=275>
  77. </div>
  78. </div>
  79. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement