MissDaphne

Featured Posts Code #1

Jan 27th, 2016
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. .ftitle{
  2. font-family:georgia;
  3. font-size:20px;
  4. color:#999999;
  5. font-weight:bold;
  6. text-align:center;
  7. margin-bottom:10px;
  8. }
  9.  
  10. .fp {
  11. width: 220px;
  12. height: auto;
  13. position:absolute;
  14. overflow: auto;
  15. overflow-y: hidden;
  16. position: relative;
  17. }
  18.  
  19. .flines{
  20. width:auto;
  21. border-top:1px solid #dddddd;
  22. margin-top:8px;
  23. margin-bottom:8px;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment