Border-radius and padding not playing nice

后端 未结 5 1593
萌比男神i
萌比男神i 2020-12-29 23:49

I\'m having trouble trying to get a radius on images. I\'ve simplified my problem and exaggerated the variables for demonstration purposes.

CSS:

5条回答
  •  温柔的废话
    2020-12-30 00:45

    Your border radius will be outside of the padding, try setting margins instead which will space outside of the border.

提交回复
热议问题