摘要:
<!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
砚台是黑的
阅读(208)
评论(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
砚台是黑的
阅读(106)
评论(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
砚台是黑的
阅读(87)
评论(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
砚台是黑的
阅读(229)
评论(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
砚台是黑的
阅读(103)
评论(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
砚台是黑的
阅读(121)
评论(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
砚台是黑的
阅读(132)
评论(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
砚台是黑的
阅读(99)
评论(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
砚台是黑的
阅读(128)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> /* # 查找id,id不可以重复 .查找class,class可以重复 * */ #div1{ width: 3 阅读全文
posted @ 2020-03-28 15:13
砚台是黑的
阅读(121)
评论(0)
推荐(0)