WEBLEB
Home
Editor
Login
Pro
English
English
Français
Español
Português
Deutsch
Italiano
हिंदी
A Code by slowapp370
631
slowapp370
Open In Editor
Publish Your Code
Recommended
21 October 2024
Human Scan
26 August 2024
3D Earth
8 February 2025
Animated Login Form HTML CSS
HTML
Copy
Andev Web
CSS
Copy
body { background-color: #0A1220; margin: 0; overflow: hidden; } #container{ display: flex; justify-content: center; align-items: flex-start; min-height: 100% !important; } #canvas3d{ min-height: 100vh !important; }
JS
Copy
const fileName = "0eI7JO23zWEe8FiA"; import { Application } from "https://esm.sh/@splinetool/runtime"; const canvas = document.getElementById('canvas3d'); const app = new Application(canvas); app.load(`https://prod.spline.design/${fileName}/scene.splinecode`)