A
A
Alekosh Akhosh2021-09-02 12:11:57
Layout
Alekosh Akhosh, 2021-09-02 12:11:57

Is this good practice?

Am I doing the right thing?
According to the layout corresponds
613094c048646843626437.png

.title h2 {
margin-bottom: 17px;
position: relative;
}

.title h2::after {
    content: '';
    position: absolute;
    background-image: url(../img/Vector.svg);
    background-repeat: no-repeat;
    top: -25px;
    margin-left: -8px;
    width: 48px;
    height: 48px;
    }


<div class="title center">
            <h2>Надёжность</h2>
        </div>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question