Placing an image behind a border and 2 vertical lines

后端 未结 3 1349
萌比男神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:11

    i see this, which has 2 vertical lines

    And a snippet:

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

提交回复
热议问题