This commit is contained in:
2025-11-20 11:03:10 +08:00
commit 0a5cc64d0e
14 changed files with 884 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Efficient CSS Writing
性能优化挑战高效CSS编写
题目要求:
1. 优化以下CSS代码要求
2. 减少选择器复杂度
3. 使用继承和层叠
4. 避免重复代码
5. 使用合适的单位
6. 优化动画性能