开发者

resize content div + image on browser resize

开发者 https://www.devze.com 2023-01-15 22:18 出处:网络
What would be the best way to resize a content div to match the brow开发者_如何转开发ser, keeping a white margin around it, whilst also resizing an image contained within it, so that it keeps a good a

What would be the best way to resize a content div to match the brow开发者_如何转开发ser, keeping a white margin around it, whilst also resizing an image contained within it, so that it keeps a good aspect ratio?

this is the effect i am looking to create: http://www.louisvuitton.com/


You would set the margins of the container whether that is the body or another block element container

body {margin:20px;}
0

精彩评论

暂无评论...
验证码 换一张
取 消