A
A
Andrey Shcherbak2018-04-24 17:34:12
css
Andrey Shcherbak, 2018-04-24 17:34:12

How to make this decorative element?

Good day.
Tell me, how best to implement the appearance of a white inner frame, shown in the picture below, when you hover the mouse over a block with text?
5adf3ff9d6a52542851217.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Proskurin, 2018-04-24
@evil_mushroom

An absolute positioned block that has a top, right, and bottom border. The left border is implemented via the :before (with top: 0px) and :after (with bottom: 0px) pseudo-elements.

A
Aleksey Solovyev, 2018-04-24
@alsolovyev

There are a lot of ways from pleio-elements to background ...
Let it be the most stupid: https://jsfiddle.net/aovpdwvz/2/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question