我有問題可以在這種樣式中定位僞元素而無邊距px; 定位前後的CSS僞代碼
div:after {
/*I want to be in the middle*/
content: '';
border-bottom: 2px solid red;
width: 15%;
position: absolute;
left: 0;
}
div:before {
content: '';
border-bottom: 12px solid tomato;
width: 7%;
position: absolute;
left: 0;
}
你可以告訴多一點,我似乎不清楚:) –
好吧我想在中間的一個psedo元素 – Shaxrillo
如何顯示一些代碼?我看到的只是一張黑色多邊形的圖片。這是什麼意思? – BoltClock