S
S
stepahryukin2020-04-25 17:20:08
css
stepahryukin, 2020-04-25 17:20:08

How to put an icon between the Border?

Hello, Can someone please tell me how to implement a similar example?

5ea446deb9d4d370947439.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
drawnofmymind, 2020-04-25
@drawnofmymind

icon position: absolute for
wrapper icon:
z-index:1 icon
position: relative : top: 0 z-index:2;left: 50%; https://jsfiddle.net/toqh62g5/

D
Dmitry, 2020-04-25
@adush

Tag legend try

N
nturm32, 2020-04-26
@nturm32

Wrap the icon with a layer. Set the layer to:
position:absolute;
top:0;
left:50%;
z-index:2
padding:0 10px;
This layer should be inserted into the layer with borders.
Set the borders layer to:
position:relative;
z-index:1;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question