📜  CSS 边框底部 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:51.385000             🧑  作者: Mango

代码示例2
div {
  border-bottom: 4px dashed blue;
  background-color: gold;
  height: 100px;
  width: 100px;
  font-weight: bold;
  text-align: center;
}