WEBLEB
Home
Editor
Login
Pro
English
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Download App HTML Card
2463
Devtools_7
Open In Editor
Video
Publish Your Code
Recommended
11 December 2024
A Code by slowapp370
13 July 2024
Animated Download Button
6 March 2025
Admin Dashboard Template HTML CSS
HTML
Copy
CSS Card
Download Now!
Download our mobile application.
Download Lorem mobile banking app for IOS & Android to manage your online money.
Get it on
Google Play
Download from
App Store
CSS
Copy
body { background-color: #212121; display: flex; height: 100vh; justify-content: center; align-items: center; overflow: hidden; font-family:Montserrat; } .card { max-width: 350px; background-color: rgb(7 16 45); background: linear-gradient(to top right, rgb(7 16 45), rgb(58 60 84)); background: -webkit-linear-gradient(to top right, rgb(7 16 45), rgb(58 60 84)); display: flex; flex-direction: column; padding: 20px; border-radius: 20px; border: 1px solid rgb(84 90 106); } .small-text, .title,.desc { font-weight: 600; } .title,.desc { margin: 8px 0; } .small-text { color: #488aec; font-size: 14px; } .title { color: #fff; font-size: 26px; line-height: 26px; } .desc { color: rgb(151 153 167); font-size: 13px; } .buttons { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 10px; } .button { display: flex; align-items: center; justify-content: space-between; border-radius: 10px; padding: 6px; text-decoration: none; } .button:first-child { box-shadow: 0 4px 6px -1px #488aec31, 0 2px 4px -1px #488aec17; background-color: #488aec; } .button:last-child { box-shadow: 0 4px 6px -1px #0b162531, 0 2px 4px -1px #0e192b17; background-color: #fff; } .icon { height: 25px; width: 25px; } .icon svg { width: 100%; height: 100%; } .icon svg:last-child { fill: #000 } .button-text { display: flex; flex-direction: column; margin-left: 8px; } .button-text span:first-child { font-size: 12px; font-weight: 600; } .google span:first-child { color: rgb(219 206 253); } .apple span:first-child { color: rgb(81 87 108); } .google span:last-child { color: #fff; font-weight: 800; } .apple span:last-child { color: #000; font-weight: 800; }
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */