Categoría: ANIMATIONS CSS FREE

  • Animated Border Hover Effect Buttons

    Here’s how can be implemented in HTML/WordPress/Bricks. Step 1 Add this CSS in your child theme’s style.css or another appropriate location: .btn-animated-border { position: relative; display: inline-block; padding: 15px 30px; border: 2px solid #111; text-transform: uppercase; color: #111; text-decoration: none; font-weight: 600; font-size: 20px; background-color: transparent; } .btn-animated-border::before { content: «»; position: absolute; top: 6px;…