更改

跳到导航 跳到搜索
添加268字节 、 2023年10月29日 (日) 12:28
无编辑摘要
第83行: 第83行:  
h1, h2 {
 
h1, h2 {
 
     border-bottom: 1px solid #ff9dae;
 
     border-bottom: 1px solid #ff9dae;
 +
}
 +
 +
h3 {
 +
  position: relative;
 +
  padding: 0.5em;
 +
  background: #ff9dae;
 +
  color: white;
 +
}
 +
 +
h3::before {
 +
  position: absolute;
 +
  content: '';
 +
  top: 100%;
 +
  left: 0;
 +
  border: none;
 +
  border-bottom: solid 15px transparent;
 +
  border-right: solid 20px rgb(149, 158, 155);
 
}
 
}
  

导航菜单