Learn How to create a instagram logo using html & css source code of How to create a instagram logo using html & css By :- coding.batch HTML CODE :- <body> <div class="logo"></div> </body> css code :- * { padding: 0; margin: 0; box-sizing: border-box; } body { height: 100vh; width: 100vw; display: flex; justify-content: center; align-items: center; } ...
Comments
Post a Comment