新手上路,刚刚自学html,仅作为记录学习历程用,有需要的可以参考。
1.边距相同时
<table align="center" cellpadding="15rem" style="color: #6C6C6C;font-size: 8pt;">
这行代码完全可以做到,但是左右边距和上下边距不一样时,就要再加一句代码
2.边距不同时
<table align="center" cellpadding="15rem" style="color: #6C6C6C;font-size: 8pt;border-right: 40rem;">