摘要: 构成:按顺序:上 右 下 左1、边框 borderborder: 边框线的粗细 边框线的样式 边框线的颜色;分别指定边框border-方向:边框线的粗细 边框线的样式 边框线的颜色;如:border-top border-left border-right border-bottom2、内边距 pa 阅读全文
posted @ 2021-07-26 13:57 计算机小Inati 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 背景:背景颜色 background-color背景图像 background:背景颜色 url(背景图像的路径) 水平定位 垂直定位 是否重复; 是否重复:repeat-x 水平重复 repeat-y 垂直重复 repeat 全部重复(默认) no-repeat 不重复 水平定位 left|rig 阅读全文
posted @ 2021-07-26 13:06 计算机小Inati 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 2层次选择器 (1)后代选择器 选择器1 选择器2 body p (2)子选择器 选择器1>选择器2 (3)紧邻它后面的第一个兄弟元素选择器 选择器1+选择器2 (4)后面的所有兄弟元素选择器 选择器1~选择器2 3伪结构选择器 :first-child :last-child :nth-child 阅读全文
posted @ 2021-07-26 10:56 计算机小Inati 阅读(46) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>无标题文档</title> <style type="text/css"> h2 { co 阅读全文
posted @ 2021-07-26 10:55 计算机小Inati 阅读(19) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>制作畅销书排行榜页面</title> <style type="text/css"> h2 { width: 300px; text-indent: 1em; font-size: 阅读全文
posted @ 2021-07-26 10:54 计算机小Inati 阅读(103) 评论(0) 推荐(0) 编辑