Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 9 个大小可变的 div。每个 div 的高度和宽度必须是 200 的倍数(它们可以是方形或矩形)。
用户可以选择任何 div 组合,以便将它们放入 800x800 的盒子中。以下是第一 2 行的一些可能的 DIV 排列(仅作为示例)。
你能否请租赁建议实现它的最佳方法。我尝试将 all 设置为向左浮动,但这留下了一些空白空间。
谢谢,