DEV Community

Freecodez
Freecodez

Posted on

Card hover glowing animation

Hey there, You are most welcome to this article. I hope you will enjoy this article. If you like this article then please share this article with your friends and colleagues. If you have any questions or suggestions regarding this article then please comment down below.

Card hover glowing animation

Card hover glowing animation

For full source code visit : https://freecodez.com/post/bmnucbz

<!-- https://freecodez.com -->
<main class="main flow">
  <div class="main__cards cards">
    <div class="cards__inner">
      <div class="cards__card card">
        <h2 class="card__heading">Premium Membership</h2>
        <p class="card__price">$9.99</p>
        <ul role="list" class="card__bullets flow">
          <li>Access all services without ads</li>
          <li>Email support</li>
        </ul>
        <a href="#basic" class="card__cta cta">Get Started</a>
      </div>
    <div class="overlay cards__inner"></div>
  </div>
</main>

Enter fullscreen mode Exit fullscreen mode

Source Code : https://freecodez.com/post/bmnucbz

For more such articles visit : https://freecodez.com

Top comments (0)