WEBLEB
Startseite
Editor
Anmelden
Pro
Deutsch
English
Français
Español
Português
Deutsch
Italiano
हिंदी
4034
dev_b
Im Editor öffnen
Video
Veröffentlichen Sie Ihren Code
14 October 2024
Zahlungsformular
1 June 2025
Ein Code von kevekıbhack
HTML
Copy
CSS Card
CSS
Copy
body { background-color: #212121; display: flex; height: 100vh; justify-content: center; align-items: center; overflow: hidden; } .card { width: 190px; height: 254px; border-radius: 30px; background: #212121; box-shadow: 15px 15px 30px rgb(25, 25, 25), -15px -15px 30px rgb(60, 60, 60); }
JS
Copy