No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

31 líneas
425 B

  1. .float{
  2. position:fixed;
  3. width:60px;
  4. height:60px;
  5. bottom:40px;
  6. right:40px;
  7. background-color:#25d366;
  8. color:#FFF;
  9. border-radius:50px;
  10. text-align:center;
  11. font-size:30px;
  12. z-index:100;
  13. }
  14. .button-float{
  15. position:fixed;
  16. width:60px;
  17. height:60px;
  18. bottom:40px;
  19. right:40px;
  20. background-color:#25d366;
  21. color:#fff;
  22. border-radius:50px;
  23. text-align:center;
  24. font-size:30px;
  25. z-index:100;
  26. }
  27. .my-float{
  28. margin-top:16px;
  29. }