WEBLEB
Home
Editor
Accedi
Pro
Italiano
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Pulsanti social media in evidenza
1699
Kasieswar
Apri nell'Editor
Pubblica il Tuo Codice
Consigliato
14 January 2025
Esempio di pagina web del portfolio
24 June 2025
Elite Real Estate: Appartamenti, Ville, Case in Vendita e in Affitto
23 August 2025
Blog di ingegneria: intelligenza artificiale, cloud, sicurezza informatica e altro ancora
HTML
Copy
Document
CSS
Copy
body{ width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; overflow: hidden; background-color: rgba(0, 0, 0, 0.845); } .account a{ display: inline-flex; justify-content: center; align-items: center; flex-wrap: wrap; width: 40px; height: 40px; background: transparent; border: 2px solid whitesmoke; border-radius: 50%; font-size: 25px; color: white; text-decoration: none; margin: 15px 10px 15px 0; position: relative; outline: none; transition: all 0.3s ease; } .account a:hover { background: whitesmoke; color: black; box-shadow: 0 0 20px white ; }
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */