Nyan-Workflow-FC

1、用简写属性来将所有四个边框属性设置于同一声明中

border: medium double rgb(250,0,255)

2、设置四边框样式

border-style: dotted|dashed|solid|double|groove|ridge|inset|outset

3、用简写属性来将所有边框宽度属性设置于同一声明中

border-style: solid;
border-width: 5px 10px 1px

4、设置四个边框的颜色。可以设置一到四个颜色

border-style: solid;
border-color: #ff0000 #00ff00 #0000ff rgb(250,0,255)

5、用简写属性来将所有下边框属性设置在同一声明中

border-style:solid;
border-bottom:thick dotted #ff0000;

6、设置下边框

border-style:solid;
border-bottom:thick dotted #ff0000;
border-bottom-color:#ff0000;
border-bottom-style:none|dotted|dashed|solid|double|groove|insert|outset|rigde

border-bottom-width: thin
border-bottom-width: 15px

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-25
  • 2021-10-24
  • 2021-09-18
  • 2021-11-12
  • 2021-05-22
猜你喜欢
  • 2022-12-23
  • 2021-04-21
  • 2022-01-21
  • 2021-09-08
  • 2021-12-26
相关资源
相似解决方案