上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 23 下一页
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> div{ width: 300px; height: 300px; background: pink; /* di 阅读全文
posted @ 2020-03-28 18:01 砚台是黑的 阅读(81) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> div{ width: 100px; height: 100px; background: red; } /* a 阅读全文
posted @ 2020-03-28 17:59 砚台是黑的 阅读(193) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .con{ width: 560px; height: 260px; background: whitesmoke 阅读全文
posted @ 2020-03-28 17:56 砚台是黑的 阅读(102) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> div{ width: 300px; height: 300px; background: pink; /* 水平 阅读全文
posted @ 2020-03-28 17:54 砚台是黑的 阅读(80) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .box{ width: 340px; height: 240px; /*background: pink;*/ 阅读全文
posted @ 2020-03-28 15:23 砚台是黑的 阅读(218) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .div1{ width: 300px; height: 300px; background: red; /* d 阅读全文
posted @ 2020-03-28 15:21 砚台是黑的 阅读(100) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> div{ width:300px; height:300px; background: pink; /* 文字内容 阅读全文
posted @ 2020-03-28 15:20 砚台是黑的 阅读(115) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> /* a:hover 鼠标移动在a标签的时候可以做一些特殊效果,比如图片放大,字体颜色变化等等 一般情况下都是在a 阅读全文
posted @ 2020-03-28 15:17 砚台是黑的 阅读(129) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> /* *号表示全匹配选择器 * */ *{ color: red; } </style> </head> <!-- 阅读全文
posted @ 2020-03-28 15:16 砚台是黑的 阅读(97) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> /*div{ color: red; } p{ color: red; } span{ color: red; } 阅读全文
posted @ 2020-03-28 15:14 砚台是黑的 阅读(121) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 23 下一页