Postingan

Menampilkan postingan dari Juni, 2025

Login and register

Login and register | Webdevelop Welcome webbingers I hope you have a nice day, take your time. Create Account The right choice to register an account here. remember showpass Register Login ...

Get Wave Background - Montains

Get Wave Background | Webdevelop GET WAVE BACKGROUND Let's go to the montains together

Simple Portofolio

Simple Portofolio | Webdevelop Daniels Abruzi HOME PROJECT ABOUT MY PORTOFOLIO Lorem ipsum dolor sit amet consectetur adipisicing elit. Sed, reiciendis vero voluptatum necessitatibus maiores distinctio ab vel debitis alias ipsum blanditiis doloribus libero inventore hic. Perspiciatis libero sunt beatae at.

Cursor custom HTML

Cursor custom | Webdevelop

Animation Clock Analog

<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Clock analog | Webdevelop</title>     <style>         * {margin: 0;}         body,         body .box-icon,         body .box-icon .circle {             display: flex;             justify-content: center;             align-items: center;         }         body {             position: fixed;             flex-direction: column;             background-color: black;             gap: 30px;             w...

Clock Digital

<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Clock Digital | Webdevelop</title>     <style>         body, .container,.container span {             display: flex;             justify-content: center;             align-items: center;         }         body {             flex-direction: column;             gap: 2rem;             height: 100vh;             background-color: #111;             color: #9d9d9d;         }         .container {        ...