Posts Tagged “CSS”
How to use tailwindcss with AMP in a Next.js project
Recently, I was refactoring my blog using Next.js by a whim. There are 3 tech stacks I would use...
CSS 最核心的几个概念
原文地址:https://geekplux.com/2014/04/25/several core concepts of css 本文将讲述 CSS 中最核心的几个概念,包括:盒模型、position、float等。这些是 CSS…
Collapsing margins——合并的外边距
原文地址:https://geekplux.com/2014/03/14/collapsing margins 昨天在写 CSS 时遇到一个小问题,困扰了我好长时间,最后 Google 之,发现早有前人踩过此坑。为免以后再掉进坑,记下来比较好。 昨天遇到的问题是这样的。我设置了一对父子元素如下:…
CSS 编写原则
原文地址:https://geekplux.com/2014/02/20/css written principles CSS 写的好可以让网页瞬间高大上,但是再高大上的网站如果效率很低也不行,尤其是在近几年「用户体验」这个词烂大街以后。前两天自己写了几个页面的 CSS,顺便拜读了很多关于 CSS…