Advertisement
gin_kovacs

tellit profile css

Jul 18th, 2018
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. .myStory
  2. {
  3.     padding-left: 50px;
  4. }
  5.  
  6. .myList
  7. {
  8.     padding-left: 70px;
  9. }
  10.  
  11. a {
  12.     color: #000;
  13. }
  14.  
  15. a:hover{
  16.     text-decoration: none;
  17.     color: #0e6b09 !important;
  18.     font-style: italic;
  19. }
  20.  
  21.  
  22. .bigger {
  23.     font-size: 110%;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement