感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>a</title>
<style>
*{
margin:0;
padding:0;
}
.a{
border:2px solid red;
/*font-size:0;*/
/*letter-spacing:-0.2803em;*/
.b{
display:inline-block;
width:200px;
height:200px;
background-color:#FFB6C1;
vertical-align:text-top;
.c{
width:300px;
height:300px;
background-color:pink;
.d{
vertical-align:top;
</style>
</head>
<body>
<div class="a">
<div class="b"></div>
<div class="c"></div>
<div class="d"></div>行内元素基准线
</div>
</body>
</html>
输入 JavaScript 代码……
xxxxxxxxxx
输入 CSS 代码……