Gradient Download Buttons HTML & CSS - The Squad Hub - Premium Movie Blogger Templates
Gradient Download Buttons HTML & CSS

Gradient Download Buttons HTML & CSS

Mian Saab
Mian Saab
Administrator
Staff member
VIP Member
9
  • 7 Apr, 2024

💥 Gradient Movie Download Buttons HTML & CSS

➡ CSS
.download-button { display: inline-block; padding: 15px 30px; background-image: linear-gradient(135deg, #ff416c, #ff4b2b); color: white; font-size: 20px; text-decoration: none; border-radius: 30px; border: 2px solid transparent; cursor: pointer; transition: background-image 0.3s, border-color 0.3s; font-family: Arial, sans-serif; } .download-button:hover { background-image: linear-gradient(135deg, #ff4b2b, #ff416c); border-color: #ff4b2b; }
➡ HTML <a href="link_to_your_movie_download" class="download-button">Download Movie</a>
Mian Saab
Administrator

? How to post a comment

  • post a Like to add: [like]
  • post a link to add: [link=https://thesquadhub.pro]Text[/link]
  • post a image to add: [img]https://i.imgur.com/BNWNy4y.jpeg[/img]
  • post heading to add: [h1]Hello World[/h1] - h2, h3, h4, h5, h6.
  • post text in align to add: [center]Hello World[/center] - left, right
Post a Comment
comment url