html设置背景图大小,自动拉伸背景图

html设置背景图

background-image: url(./img/img_accident_report.png);

设置背景图大小,自动拉伸背景图
background-size: 100% 100%;

报告
检 测 · 真 实
生成时间: 2023年10月11日


元素居中
display: block; margin: auto;

文字居中
text-align: center;

文字下划线
text-decoration: underline;

边框线
border: 1px #1D6AF8 double;
圆弧角
border-radius: 10px;

你可能感兴趣的:(html5,之,混合开发,html,html5)