本文介绍了CSS系统替代Masonry的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我记得一个替代Masonry(Vanilla)的CSS网格系统。该网站是黑色背景和显示/排列彩色框(周期表元素)。它还有基于其形状和大小的过滤框(如圆形,方形e.t.c)。它也使用硬件加速。我花了很多时间找到它,但没有运气。任何人都知道这个网站?

I remember a CSS grid system alternative to Masonry (Vanilla) http://masonry.desandro.com/ . That site was black background and displaying/arranging colored boxes (periodic table elements) . It also had filtering boxes based on their shapes and size (like round, square e.t.c) . It was also using hardware acceleration. I spend a lot of time to find it but no luck. Anyone knows this site?

推荐答案

为什么不检查同伴的来源:

Why not just check the source of its counterpart, Isotope:http://isotope.metafizzy.co/index.html

这篇关于CSS系统替代Masonry的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-26 19:44