Advertisement
edefrutos

tabla de precios con animación

Sep 24th, 2023
851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | Source Code | 0 0
  1. .edf-fila-precios .et_pb_button_module_wrapper {
  2.     display: inline-block;
  3. }
  4.  
  5. body #page-container .et_pb_section .ov-fila-precios .btn-activo {
  6.   color: #FFFFFF!important;
  7.   background-color: #1eb5ad !important;
  8. }
  9.  
  10. .tabla-activa {
  11.   z-index: 20 !important;
  12.   -webkit-transform: scale(1) translateX(0) translateY(0);
  13.   transform: scale(1) translateX(0) translateY(0) !important;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement