2020/5/9

三角形div

引用https://www.cnblogs.com/v-weiwang/p/5057588.html #div1{ border-style: solid; border-width: 0px 0px 100px 100px; border-color: transparent transparent blue …

  • css
  • 2020/5/9
  • 624
  • 2020/3/27

    html div 居中

    transform: translate(0, -50%);//偏移量 display:flex;align-items:center; justify-content:center;

  • css
  • 2020/3/27
  • 929
  • 2019/11/13

    html 背景颜色渐变

    background: linear-gradient(#fff, #333);

  • css
  • 2019/11/13
  • 927