摘要:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>盒子模型(框模型)——外边距</title> <style type="text/css"> /* 外边距 当前盒子和其他盒子之间的距离称为外边框,外边框不会影响盒子的可见框大小 阅读全文
posted @ 2022-05-09 14:02
氯丙嗪
阅读(41)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>盒子模型(框模型)——内边距</title> <style type="text/css"> /* 内边距 盒子的可见框大小由内容区,内边距共同决定 边框和内容区之间的边距叫做内边 阅读全文
posted @ 2022-05-09 13:52
氯丙嗪
阅读(31)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>盒子模型(框模型)——边框</title> <style type="text/css"> /* 边框(border) 不指定宽度,边框也会有一个默认宽度,一般是3px 不指定颜色 阅读全文
posted @ 2022-05-09 13:29
氯丙嗪
阅读(28)
评论(0)
推荐(0)