CSS Double Border with outer border thicker than inner border

后端 未结 5 1898
一个人的身影
一个人的身影 2020-12-01 10:31

In my current work I\'m required to produce a double border on a container. The border-style: double; achieve this, however my client want the outer border to be thicker &am

5条回答
  •  一向
    一向 (楼主)
    2020-12-01 11:23

    Or you could use a border image with that fancy new stuff in CSS3, though it wouldn't be supported in most currently-used browsers.

提交回复
热议问题