在這裏,我試圖給我的DIV邊框左邊的50%,但不是ABEL要管理的。我有三個相同的類,但面對問題。我想給我的div的50%左邊框
.testinomila-post{
width: 350px;
float: left;
text-align: center;
text-align: center;
margin-left: 60px;
margin: auto;
margin-left: 20px;
padding: 40px;
list-style: none;
}
.testinomila-post:before {
content : "";
position: absolute;
left : 0;
bottom : 0;
height : 1px;
width : 50%; /* or 100px */
border-left:5px solid magenta;
}
請提供'html'和您預期的結果 – Swellar
請不要在CAPS寫。此外,我明白不是每個人都是母語的人,但「給我的div的邊界左側50%」是不可理解的。 – 2017-04-26 07:45:53