elsaofarendelle

description box

Oct 26th, 2016 (edited)
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. #description {
  2. width:130px;
  3. height:200px;
  4. margin-left:800px;
  5. margin-top:300px;
  6. font-family:times;
  7. color:#fff;
  8. font-size:10px;
  9. text-align:center;
  10. position:fixed;
  11. overflow:scroll;
  12. padding:2px;
  13. line-height:80%;
  14. }
  15.  
  16. #dheader{
  17. width:100px;
  18. height:auto;
  19. padding:10px;
  20. font-size:15px;
  21. text-transform:normal;
  22. letter-spacing:1px;
  23. color:#fff;
  24. font-family: times;
  25. text-shadow:0px 0px 5px #000;
  26. background: url('');
  27. }
  28.  
  29.  
  30. <div id="description"><br>
  31. <center><div id="dheader">title</div></center>
  32. <p>Text Here</p>
  33. <center><div id="dheader">title</div></center>
  34. <p>Text Here</p>
  35. <center><div id="dheader">title</div></center>
  36. <p>Text Here</p>
  37. <center><div id="dheader">title</div></center>
  38. <p>Text Here</p>
  39. </div>
Advertisement
Add Comment
Please, Sign In to add comment