WEBLEB
Início
Editor
Entrar
Pro
Português
English
Français
Español
Português
Deutsch
Italiano
हिंदी
2470
Devtools_7
Abrir no Editor
Video
Publique Seu Código
23 March 2025
Portfólio de dinheiro
30 November 2024
Animações orientadas por rolagem
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) */