KamCode
Home
Projects
About
Contact
Logo
Logo
Create your own Logo with html css only
How to create Analog Clock using Html Css and Javascrip
HTML
copy
Copeid
Logo
KamCode
CSS
copy
Copeid
body { margin: 0; padding: 0; height: 100vh; display: grid; place-items: center; } .container { display: flex; flex-direction: column; width: 200px; height: 200px; background-color: #000; color: #fff; align-items: center; justify-content: center; border-radius: 50%; position: relative; } .logo-icons { position: absolute; top: 28%; } .logo-icons #setting { font-size: 50px; position: relative; } .logo-icons #code { font-size: 20px; position: absolute; top: 11px; right: 11px; background-color: #000; border-radius: 50%; padding: 4px; } .logo-text { margin-top: 50px; }
Home
Subscribe to:
Posts (Atom)
KamCode |
All right reserved.