how to keep child div of same height and width when resizing parent div?
Actually i am resizing a container div by using
transform: scale(value, value);
Here is the fiddle
Please look into it.
I want to keep small circle of same size in every conditions when we scaled its container.