Program DreamPD
Program Dreamโ€ข2y ago
<Tim>

Set the variable on hover instead of the transform directly: ```css .bubble:hover { --scale: 1.062

Set the variable on hover instead of the transform directly:
.bubble:hover {
  --scale: 1.0625;
}
Was this page helpful?