So, here's how to create the Google logo with just HTML and CSS.
First, place a div in your html with an id of google.
<div id="google">&...
For further actions, you may consider blocking this person and/or reporting abuse
A little tip for future posts, you can embed a demo of your code by writing it somewhere like JSFiddle and then embedding it like so
may you please also implement its animation?
interesting approach.
btw. there is missing colon in
margin 10vh auto 0;
for#google
ruleah yes, thanks for pointing that out.
Have tried it out ☺️ viewing G but not animating like your post gif
click bate :))
How ???
That's creative
Thanks alot
nice. this page on Instagram should mention your article
dev.to/rs9110/google-logo-with-jus...
I am going to try this out🔥🔥
Magnifique 🔥🔥🔥
amazing
Looks quite different to the real logo. Needs some work
If you want it to be exact you'll have to do something like:
I think Rosis did a good job considering he was just using borders and pseudo elements.