2
I would like to know how is made this separation of the image in smaller Ivs within the div itself following the example of this link:
2
I would like to know how is made this separation of the image in smaller Ivs within the div itself following the example of this link:
1
Only CSS is enough
https://fiddle.jshell.net/o0g1bqzc/
Javascript can even be used to take an image and generate CSS. But in the example you only used CSS
Browser other questions tagged javascript html5
You are not signed in. Login or sign up in order to post.
Gilsones, I’m very grateful for your reply, thank you =)
– user31050
or who knows, how to generate this css with javascript, regardless of the size of the image in the div?
– user31050