扫二维码与项目经理沟通
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流
1 DOCTYPE html> 2 <htmllang="en"> 3 <head> 4 <metacharset="UTF-8" /> 5 <metahttp-equiv="X-UA-Compatible" content="IE=edge" /> 6 <metaname="viewport" content="width=device-width, initial-scale=1.0" /> 7 <title>Documenttitle> 8 <style> 9 *{ 10 margin: 0; 11 padding: 0; 12 } 13 #wrap{ 14 background-color: pink; 15 width: 500px; 16 height: 400px; 17 text-align: center; 18 line-height: 400px; 19 } 20 span{ 21 background-color: cornflowerblue; 22 } 23 style> 24 head> 25 <body> 26 <divid="wrap"> 27 <span>Aspan> 28 <span>Bspan> 29 div> 30 body> 31 html>
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流