thisisnotras

Jolyne basic

Feb 5th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor {display: none;}
  4. #profile {background: transparent; border: 0px;}
  5.  
  6. body{background-color: #E3C7BC;}
  7.  
  8. #whole{
  9. position: absolute;
  10. top: 0px;
  11. left: 0px;
  12. right: 0px;
  13. bottom: 0px;
  14. background-image:url(http://static.afbeeldinguploaden.nl/1601/134862/i79dTLAe.jpg);
  15. background-repeat: no-repeat;
  16. background-size: auto 100%;
  17. background-position: top right;}
  18.  
  19. #infodiv{
  20. position: absolute;
  21. top: 0px;
  22. right: 400px;
  23. bottom: 0px;
  24. left: 0px;
  25. margin: auto;
  26. height: 500px;
  27. width: 300px;
  28. font-family: 'Letter Gothic STD';
  29. font-style: italic;
  30. font-size: 12pt;
  31. color: black;}
  32.  
  33.  
  34. </style>
  35.  
  36. <div id="whole">
  37. <div id="infodiv">
  38. <ul>
  39. <li>Name:Jolyne Hayes</li>
  40. <li>Height: 6ft1</li>
  41. <li>Species: Bovine </li>
  42. <li>Occupation:Fun </li>
  43. <li>Age:18</il><br><br>
  44. <li>Facts:Jolyne attends college.</li>
  45. <li>Her father is a long haul trucker and she adores him.</li>
  46. <li>She greatly appreciates manners and doesn't deal well with people who don't have them.</li>
  47. <li>She is horrified of dark.</li>
  48. <li>she likes the smell of wood.</li>
  49. </ul>
  50. </div>
  51. </div>
Advertisement
Add Comment
Please, Sign In to add comment