小白学CSS

举报
yd_253276904 发表于 2024/04/16 22:04:37 2024/04/16
【摘要】 --rel描述当前页面与href所指定网页的关系当使用简写属性时,属性值的顺序为::background-colorbackground-imagebackground-repeatbackground-attachmentbackground-positionbody {background:#ffffff url('img_tree.png') no-repeat right top;}...

--rel描述当前页面与href所指定网页的关系

当使用简写属性时,属性值的顺序为::

  • background-color

  • background-image

  • background-repeat

  • background-attachment

  • background-position

body {background:#ffffff url('img_tree.png') no-repeat right top;}以上属性无需全部使用,你可以按照页面的实际需要使用.

CSS 背景属性

Property 描述
background 简写属性,作用是将背景属性设置在一个声明中。
background-attachment 背景图像是否固定或者随着页面的其余部分滚动。
background-color 设置元素的背景颜色。
background-image 把图像设置为背景。
background-position 设置背景图像的起始位置。
background-repeat 设置背景图像是否及如何重复。

文本排列属性是用来设置文本的水平对齐方式。h1 {text-align:center;}

文本可居中或对齐到左或右,两端对齐.p.date {text-align:right;}

当text-align设置为"justify",每一行被展开为宽度相等,左,右外边距是对齐(如杂志和报纸)。p.main {text-align:justify;}

text-decoration 属性用来设置或删除文本的装饰。从设计的角度看 text-decoration属性主要是用来删除链接的下划线:h1 {text-decoration:overline;} h2 {text-decoration:line-through;} h3 {text-decoration:underline;}

可用于所有字句变成大写或小写字母,或每个单词的首字母大写。

p.uppercase {text-transform:uppercase;}HELLO p.lowercase {text-transform:lowercase;}hello p.capitalize {text-transform:capitalize;}Hello World

文本缩进属性是用来指定文本的第一行的缩进。p {text-indent:50px;}

letter-spacing:3px; line-hight:70%; word-spacing:30px overline line-through underline

所有CSS文本属性。

属性 描述
color 设置文本颜色
direction 设置文本方向。
letter-spacing 设置字符间距
line-height 设置行高
text-align 对齐元素中的文本
text-decoration 向文本添加修饰
text-indent 缩进元素中文本的首行
text-shadow 设置文本阴影
text-transform 控制元素中的字母
unicode-bidi 设置或返回文本是否被重写
vertical-align 设置元素的垂直对齐
white-space 设置元素中空白的处理方式
word-spacing 设置字间距

1em和当前字体大小相等。在浏览器中默认的文字大小是16px。

因此,1em的默认大小是16px。可以通过下面这个公式将像素转换为em:px/16=em

所有CSS字体属性

Property 描述
font 在一个声明中设置所有的字体属性
font-family 指定文本的字体系列
font-size 指定文本的字体大小
font-style 指定文本的字体样式
font-variant 以小型大写字体或者正常字体显示文本。
font-weight 指定字体的粗细。
 body{
                 background: url(2.jpg) no-repeat center fixed;
                 background-size: cover;
             }
 body{
                 background: url(2.jpg) no-repeat center fixed;
                 background-size: cover;
                 color:rgb(251, 152, 177);
                 font:  italic 30px/2 幼圆;
                 line-height: 30px;
                 line-break: normal;
                 text-indent: 2em;
         }
 a:hover {伪类选择器:悬停
             text-decoration: none;
             color: black;
         }text-decoration: none可用于链接

link访问前visited访问后hover鼠标悬停active点击时

Emmser写法

【版权声明】本文为华为云社区用户原创内容,转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息, 否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。