字体背景及颜色的控制.
1. p标签
If there is any question , Please feel free to contact us. Thank you for your time
1 2 3 | <p style="background-color:#398BFC;font-size:14px; color: rgb(255, 255, 255); font-family: arial; font-weight: Bold;"> If there is any question , Please feel free to contact us. Thank you for your time </p> |
2. span标签
If there is any question , Please feel free to contact us. Thank you for your time
1 2 3 | <p> If there is any question , Please feel free to <span style="background-color:#398BFC;font-size:14px; color: rgb(255, 255, 255); font-family: arial; font-weight: Bold;">contact us</span>. Thank you for your time </p> |
3. 加链接的按纽
More Information…,PLEASE CLICK HERE
1 2 3 | <p style="margin:0px;font-size:14px; color:#6D6D6D; font-family: arial; font-weight: Bold;"> More Information...,<span style="background-color:#398BFC;border-radius: 4px;border: 1px;padding: 10px;width: 20px"><a href="https://www.huajunstone.com/product/new-calacatta-white-quartz-vanity-tops.html" style="color: rgb(255, 255, 255);font-size:14px;font-family: arial; font-weight: Bold;text-decoration:none" target="_blank">PLEASE CLICK HERE</a></span> </p> |
4. 常规文本字体:aril-加粗-14号字
If there is any question , Please feel free to contact us. Thank you for your time
1 | font-size:14px;font-family: arial; font-weight: Bold; |
5. 标题字体:aril-加粗-25号字
If there is any question , Please feel free to contact us. Thank you for your time
1 | font-size:25px;font-family: arial; font-weight: Bold; |
6. 最大号字体-类别字体:aril-加粗-30号字
VANITY TOPS
1 | font-size:30px;font-family: arial; font-weight: Bold; |
7. 常规文本字体白底/灰字
If there is any question , Please feel free to contact us. Thank you for your time
1 | background-color: rgb(255, 255, 255);color: rgb(109, 109, 109); // color: #6D6D6D; |
8. 重点文本字体
If there is any question , Please feel free to contact us. Thank you for your time
1 | background-color: rgb(255, 255, 255);color: rgb(0, 0, 204); // color: #0000CC; |
9. 特别黑的字体
If there is any question , Please feel free to contact us. Thank you for your time
1 | background-color: rgb(255, 255, 255);color: rgb(34, 34, 34); // color: #222222; |