You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

23 regels
309 B

  1. *{padding:0;margin:0;}
  2. body{
  3. font-family:Verdana, Geneva, sans-serif;
  4. font-size:18px;
  5. background-color:#CCC;
  6. }
  7. .float{
  8. position:fixed;
  9. width:60px;
  10. height:60px;
  11. bottom:40px;
  12. right:40px;
  13. background-color:#075e54;
  14. color:#FFF;
  15. border-radius:50px;
  16. text-align:center;
  17. }
  18. .my-float{
  19. margin-top:22px;
  20. }