thisisnotras

friendcode

Oct 15th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. <style>
  2.  
  3. body{background:black;}
  4.  
  5. @font-face{
  6. src:url(https://dl.dropboxusercontent.com/u/4556289/Savage.ttf);
  7. font-family:'bodyfont';}
  8.  
  9. #centerdiv{
  10. position: absolute;
  11. top: 0px;
  12. left: 0px;
  13. right: 0px;
  14. bottom: 0px;
  15. margin: auto;
  16. height: 700px;
  17. width: 400px;}
  18.  
  19. #imagetop{
  20. position: absolute;
  21. top: 0px;
  22. left: 0px;
  23. right: 0px;
  24. margin: auto;
  25. height: 500px;
  26. width: 500px;
  27. background-image:url(https://nus1-api.asm.skype.com/v1/objects/0-cus-d1-15a2e88f0fca280bbeae0c4fd08b181f/views/imgpsh_fullsize);
  28. background-size: auto 100%;
  29. background-repeat: no-repeat;
  30. background-position: center;
  31. background-color: transparent;}
  32.  
  33. #textstuff{
  34. position: absolute;
  35. top: 500px;
  36. box-sizing: border-box;
  37. padding-top: 10px;
  38. left: 0px;
  39. right: 0px;
  40. margin: auto;
  41. height: 200px;
  42. width: 500px;
  43. text-align: justify;
  44. color: gray;
  45. font-size: 16pt;
  46. font-family:'bodyfont', Times, Arial;
  47. overflow: auto;}
  48.  
  49. #textstuff i{
  50. font-style: ;}
  51.  
  52. #textstuff i:nth-child(even){
  53. color: #99aabb;}
  54.  
  55. #textstuff i:nth-child(odd){
  56. color: #bb99aa;
  57.  
  58.  
  59. </style>
  60.  
  61. <div id="centerdiv">
  62. <div id="imagetop">
  63. </div>
  64. <div id="textstuff">
  65. <i>Lorem Ipsum is simply dummy text of the printing and typesetting</i>
  66. <i>industry. Lorem Ipsum has been the industry's standard dummy text</i>
  67. <i>ever since the 1500s, when an unknown printer took a galley of</i>
  68. <i>type and scrambled it to make a type specimen book. It has survived</i>
  69. <i>not only five centuries, but also the leap into electronic typesetting,</i>
  70. <i>remaining essentially unchanged.</i>
  71. </div>
  72. </div>
Advertisement
Add Comment
Please, Sign In to add comment