Raul_julian

home.css

Apr 4th, 2016
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. /*
  2.     Editions by Raul Julian
  3. */
  4.  
  5. @font-face {
  6.     font-family: 'Flexo' ;
  7.     src: url('../font-awesome/flexo.ttf');
  8. }
  9.  
  10. body {
  11.   font-family: 'Flexo' !important ;
  12. }
  13.  
  14. li a {
  15.   transition: all .3s ease-in-out;
  16. }
  17.  
  18. li a:hover {
  19.   color: rgba(0,0,100, .8) !important ;
  20. }
  21.  
  22. .tools-section .col-md-4 {
  23.   margin-bottom: 20px;
  24. }
Add Comment
Please, Sign In to add comment