小提琴:
https://jsfiddle.net/aronlilland/bsmL1kx7/如何在css中實現這種邊框效果?
許多衛星現在我一直在試圖找出如何在CSS中的元素,特別是類似「簽名serveice」每個行項目之間的邊界圍繞以下邊框效果。 「臉譜監視器」等我可以實現這種看起來間距div行1px appart從它下面的一個?或者我會如何最好地完成這件事?對我來說好像每個形狀都有一個淺色的邊緣邊框,簡單的問題,簡單的回答
謝謝!
.table {
background: #1e2129;
width: 375px;
}
.row1 {
width: 100%;
line-height: 100px;
background: #272a34;
margin-bottom: 1px;
text-align: center;
color: #fff;
font-family: helvetica;
}
.row2 {
width: 100%;
line-height: 100px;
background: #313641;
margin-bottom: 1px;
text-align: center;
color: #fff;
font-family: helvetica;
}
你指的是哪個邊框?元素之間的那個?還是整體呢? –
元素之間的差距,我的差 – aronlmin
所以,像'border-radius'? –