Home >Web Front-end >CSS Tutorial >A complete collection of web design css style codes, come and collect it!
Reduce a lot of unnecessary code, html css can easily layout the web page. Friends, keep it in your collection~
# 1. Text settings
1,font-size: font size parameter
font-style: font format
font-weight: font thickness
color: parameter
2. Hyperlink settings
text-decoration: 参数The main purpose is Change the underline when the browser displays text links.
3. Background
background-color: 参数2. Background image
background-image: url(URL)
background-repeat: 参数Parameter value range:
background-attachment: 参数Parameter value range:
##4. Block
1. Word spacing
word-spacing: 间隔距离
2. Letter spacing
letter-spacing: 字母间距
text-align: 参数
Parameter value:
text-indent: 缩进距离
12px is equivalent to a text distance of
6. Space
white-space: 参数
display: 参数
height 高度 width 宽度 padding 内边距 margin 外边距 float(浮动):可以让块级元素在一行中排列,例如横向菜单。 clear 清除浮动 六、边框 1、样式 边框样式的参数: none:无边框 dotted:边框为点线 dashed:边框为长短线 solid:边框为实线 double:边框为双线 2、宽度 3、颜色 七、列表 不同浏览器的列表符可能不相同,可能会影响到网页,所以网页中的列表大多都是由背景图片显示。 控制用户界面的样式 八、鼠标 CSS鼠标形状参数表: 鼠标形状:CSS代码 总结: 用常用HTML+CSS的代码做一个漂亮简单的个人网页,小伙伴来试试。 推荐学习:CSS视频教程
border-style 参数
border-width:参数
border-color:参数
list-style-type:列表样式
cursor:鼠标形状参数
style="cursor:hand" 手形
style="cursor:crosshair" 十字形
style="cursor:text" 文本形
style="cursor:wait" 沙漏形
style="cursor:move" 十字箭头形:
style="cursor:help" 问号形
style="cursor:e-resize" 右箭头形
style="cursor:n-resize" 上箭头形
style="cursor:nw-resize" 左上箭头形
style="cursor:w-resize" 左箭头形
style="cursor:s-resize" 下箭头形
style="cursor:se-resize" 右下箭头形
style="cursor:sw-resize" 左下箭头形
The above is the detailed content of A complete collection of web design css style codes, come and collect it!. For more information, please follow other related articles on the PHP Chinese website!