摘要:
By manipulating different selectors and properties, you can make interesting shapes. One of the easier ones to try is a crescent moon shape. For this 阅读全文
摘要:
The next function of the transform property is skewX(), which skews the selected element along its X (horizontal) axis by a given degree. The followin 阅读全文
摘要:
The transform property has a variety of functions that let you scale, move, rotate, skew, etc., your elements. When used with pseudo-classes such as : 阅读全文
摘要:
To change the scale of an element, CSS has the transform property, along with its scale() function. The following code example doubles the size of all 阅读全文
摘要:
One way to add texture and interest to a background and have it stand out more is to add a subtle pattern. The key is balance, as you don't want the b 阅读全文
摘要:
Applied Visual Design: Create a Gradual CSS Linear Gradient background: linear-gradient(gradient_direction, color 1, color 2, color 3, ...) The first 阅读全文
摘要:
学习资料为:chuanzhiheima培训资料,freecodecamp300小时基础前端,《精编CSS第三版》,《Node.js 开发指南》(BYvoid编著,淘宝买的二手书) VS code 快捷键的应用。 目标:逐步记忆用到的快捷键 快速生成html5的结构: 英文格式下: ! + 空格 保存 阅读全文