国产chinesehdxxxx野外,国产av无码专区亚洲av琪琪,播放男人添女人下边视频,成人国产精品一区二区免费看,chinese丰满人妻videos

App下載
首頁htmlborder_bottomCSS Property Value - 如何border-bottom: 1px dotted black;

CSS Property Value - 如何border-bottom: 1px dotted black;

我們想知道如何border-bottom: 1px dotted black;

<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
.clear_dotted {
  width: 200px;
  height: 5px;
  border-bottom: 1px dotted black;
}

.merged_dotted {
  width: 200px;
  height: 5px;
  border-bottom: 1px dotted black;
}
</style>
</head>
<body>
<html>
<body>
  <div class="clear_dotted"></div>
  <br></br>
  <div class="merged_dotted"></div>
</body>
</html>
</body>
</html>