css - css coding that I have never seen

后端 未结 5 1665
遥遥无期
遥遥无期 2020-12-11 02:30

I am studying a free css template called zerofour found at http://html5up.net/zerofour/, and running across a css coding that I have never seen before. In the HTML, some div

5条回答
  •  既然无缘
    2020-12-11 02:47

    html5up.net uses a framework called skel to make the layouts responsive.

    If your question is "how do I make sense of these classes" rather than "how do these escape sequences work", then the reference you're looking for is at https://github.com/n33/skel/blob/master/docs/skel-layout.md#usage-1.

提交回复
热议问题