Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <div class="coll">
  2. <div class="button">title</div>
  3. <div class="text">text</div>
  4. </div>
  5.  
  6.  
  7.  
  8.  
  9.  
  10. ~~~~~~~~~~~~~CSS
  11.  
  12. .coll {position: absolute; right: 60px; width: 500px; top: 100px;}
  13.  
  14. .button {
  15. font-size: 18px;
  16. color: black;
  17. cursor: pointer;
  18. text-align: center;
  19. letter-spacing: -2px;
  20. border-bottom: 1px solid black;
  21. }
  22. .text {
  23. overflow: auto;
  24. height: 100%;
  25. color: black;
  26. font-family: verdana;
  27. font-size: x-small;
  28. text-align: justify;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement