Placing an image behind a border and 2 vertical lines

后端 未结 3 1351
萌比男神i
萌比男神i 2021-01-23 11:02

What I want to do is to place an image behind a border and 2 vertical lines. I was thinking the vertical lines could be SVG, but I\'m not sure how to set this up.

https:

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-23 11:26

    Like this?

    svg {
      border:3px solid #0059dd;
      padding:62px 100px 62px 100px;
      cursor:pointer;
      background-color:black
    }
      
         
         
         
      

    JSFiddle

提交回复
热议问题