标签: html css html5 css3 html5-canvas
如何让div在两个div之间浮动? Desired outcome
这可以扩展到不同屏幕尺寸吗? 所以没有使用绝对引用。
答案 0 :(得分:0)
它可以通过很多方式完成,但有一些有用的链接和代码:
.contener{ width: 100%; height: auto; text-align: center; } .bloc_1, .bloc_2, .bloc_3{ height: 50px; width: calc(33.33% - 5px); display: inline-block; }
- inline-block
- flexbox
- grid
答案 1 :(得分:0)
find