私はthis pageの白いボックスを複製しようとしています。CSS:ボックスの境界線を使って作業する
body{
background-color:#DFDFDF;
}
.index_whitebox{
background-color: #fff;
height: 60%;
width: 25%;
position: absolute;
margin-left: 4%;
margin-bottom: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 10px;
}
<div class="index_whitebox">
</div>
私はborder-style
はありませんと仮定し、私は携帯電話の互換性のために%を使用します。私は国境の権利を得ることができない。
あなたは何を意味するのですか?あなたはもっと具体的になりますか?同様にボーダー半径が小さすぎるのですか? ..etc – Srijith
@Srijithどういうわけか、その要素を選択して管理してくれた人が、時間内にそうすることができなかったので、解決した問題 – Lynob
素晴らしい感謝! – Srijith