<input type="text" placeholder="請輸入用戶名">
<input type="password" placeholder="請輸入密碼">
<input type="password" placeholder="請輸入密碼">
2022-05-31
<a herf="http://www.baidu.com" target="_self">百度</a>
<a herf="http://www.baidu.com" target="_blank">百度</a>
是嗎?
<a herf="http://www.baidu.com" target="_blank">百度</a>
是嗎?
2022-05-31
.box {
border: 1px solid #00ee00;
height: 300px;
position:relative;
}
.box1 {
position:absolute;
width: 200px;
height: 200px;
border: 1px solid red;
left:50%;
margin:50px auto;
}
border: 1px solid #00ee00;
height: 300px;
position:relative;
}
.box1 {
position:absolute;
width: 200px;
height: 200px;
border: 1px solid red;
left:50%;
margin:50px auto;
}
2022-05-17
不是應該 相對于上和左移動50%之后 margin-top和margin-left的負值是寬度一半加上border嗎?講解里面應該是-101吧。border還有1呢
2022-03-30