Expand div from the middle instead of just top and left using CSS

后端 未结 4 795
你的背包
你的背包 2020-11-27 03:52

I\'m not sure if this is possible, but I thought it would be cool using CSS transforms to create an effect where a div expands from its center to a predetermined height and

4条回答
  •  粉色の甜心
    2020-11-27 04:30

    you may have to make you're div position absolute and then adjust the left and top position on hover. jsFiddle example

提交回复
热议问题