0
私は、中央の太い(4px)線で上端と境界線の境界線を作成しようとしていますが、端点はゼロになります。 PIC 凸ボーダートップとボーダーボトムとCSS?
.hervorheben{
line-height: 1.6em;
margin-bottom: 1.6em;
margin-top: 1.6em;
text-rendering: optimizeLegibility;
border-top: 1px solid #105322;
border-bottom: 1px solid #105322;
padding: 19px;
margin: auto auto;
}
であなただけのCSSでそれを行う方法を知っていますような?
感謝ビットマージンを持つdivの上と下の行を取得しますか?私はこれを試みたが、私のために働かなかった。 .hervorheben:before { 位置:相対; 幅:80%; 身長:4px; 背景:#105322; ボーダー半径:100%; コンテンツ: ""; 左:10%; bottom:0; } .hervorheben { \t \t \t \t \t位置:相対。 \t \t \t \t} .hervorheben:{ の位置:絶対; 幅:80%; 身長:4px; 背景:#105322; ボーダー半径:100%; コンテンツ: ""; 左:10%; トップ:0; } –
正または負の値でトップまたはボトムのプロパティを変更する –