随笔分类 - html
摘要:<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content=
阅读全文
摘要:参考连接:https://blog.csdn.net/weixin_44706267/article/details/121022104 一、html元素分类 html元素:行内元素、块元素、行内块元素 二、块元素 常见的块级元素:< h1 >~< h6 >、< p >、< div >、< ul >
阅读全文
摘要:line-height 设置行间的距离(行高),不允许负数。line-height等于height时,文字垂直居中显示。 text-align::设置文字水平方向对齐,text-align:center则文字水平居中 vertical-align:设置垂直居中,该属性定义行内元素的基线相对于该元素所
阅读全文
摘要:总体来说,如果不设置宽度width,margin是对盒子的宽度是有影响的。 设置的width、height等都是content的大小: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>05_盒子模型的组
阅读全文
摘要:参考文档:https://www.cnblogs.com/cyfeng/p/12625606.html html文件: <div class="item"></div> css文件: <!DOCTYPE HTML> <html> <head> <title>纯CSS3实现圆圈动态发光特效动画</ti
阅读全文
摘要:获取 ECharts 参考连接:https://www.isqqw.com/echarts-doc/zh/tutorial.html#5%20%E5%88%86%E9%92%9F%E4%B8%8A%E6%89%8B%20ECharts 你可以通过以下几种方式获取 Apache EChartsTM。
阅读全文
摘要:<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content=
阅读全文