鼠标cursor常见样式crosshair;/十字形状/cursor:pointer;/小手形状/cursor:wait;/等待形状/cursor:text;/默认 文本形状/cursor:default;/箭头指示形状/cursor:help;/帮助形状/
列表(list-style-type):none/把列表前面的选项去除/disc/实心/circle/空心/square/方块/decimal/序列/lower-roman/小写罗马/upper-roman/大写罗马/lower-alpha/小写字母/upper-alpha/大写字母/
尺寸:height;max-height;min-height;width;max-width;min-width/屏幕自适应宽度,100%/textarea文本框:resize:none/文本框不能拖动/width:500px;height:300px;样式继承:文字有关的样式会继承下来(阅读css常用样式font控制字体的多种变换)文本框resize:none文本框不能拖动)样式继承/文字有关的样式会继承下来/阅读css常用样式font控制字体的多种变换
专门建立的学习Q-q-u-n: 784783012 ,分享学习的方法和需要注意的小细节,不停更新最新的教程和学习技巧
(从零基础开始到前端项目实战教程,学习工具,全栈开发学习路线以及规划)
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <