首页 > 其他 > 详细

makdown

时间:2021-06-18 23:45:48      阅读:22      评论:0      收藏:0      [点我收藏+]

文本居中

<center>markdown居中文本</center>

字体颜色

<font color=#FF0000>  你的字体</font>

图片居中

<div align=center>
<img src="图片地址" width="XXX" height="XXX" />
</div>

表格中换行

<br>

表格中的列宽

 <img width=200/> 
或者
 <div style="width:长度">单元格文本</div>
或者
<style>
table th:first-of-type {
    width: 20%;
}
table th:nth-of-type(2) {
    width: 30%;
}
table th:nth-of-type(3) {
    width: 50%;
}
</style>

makdown

原文:https://www.cnblogs.com/still-smile/p/14900974.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!