margin-top applies to sibling element also

I am creating an about page for my website. I have one parent element called maindiv, a flexbox with two children, one is leftcont and another is rightcont. I want to create an animation using margin-top to leftcont. But when I do the same, the animation is being applied to its sibling(rightcont) div also which… Read More margin-top applies to sibling element also