ZHANGYU.dev

All about "CSS"

《css世界》读书笔记

CSS

Explanation of block and inline elements, height, width, padding, margin, vertical-align, line-height, float, BFC, overflow, absolute/relative positioning, clip, and layering in CSS.

Read more about 《css世界》读书笔记

《CSS选择器世界》读书笔记

CSS

Sharing notes on CSS selector specificity levels, tips for increasing specificity, and usage examples of various CSS pseudo-classes and selector attributes.

Read more about 《CSS选择器世界》读书笔记

主题更换,自动深色模式的简单实现

CSS

Discussion implementing theme switching using CSS variables and functions, including compatibility and using preprocessors like SCSS.

Read more about 主题更换,自动深色模式的简单实现

Less学习笔记(二)函数

CSS

Logic functions, string functions like escape and replace, list functions like length and extract, and type functions for checking types.

Read more about Less学习笔记(二)函数

Less学习笔记(一)基本语法

CSS

Notes on using Less for Ant Design Pro development: variable declaration, interpolation, parent selector, extend, merge, mixins, accessing properties/variables.

Read more about Less学习笔记(一)基本语法