H
H
htmlclassic2021-08-13 17:19:38
Layout
htmlclassic, 2021-08-13 17:19:38

What are the errors in header layout?

61167f6f0dfd7147227539.png

<header class="header">
            <section class="header__search-block">
                <input type="text" class="header__search-field">
            </section>
            <section class="header__profile-block">
                <img src="" alt="profile picture" class="header__profile-picture">

                <section class="header__buttons">
                    <div class="header__messages-btn"></div>
                    <div class="header__notifications-btn"></div>
                    <div class="header__settings-btn"></div>
                    <div class="header__logout-btn">LOGOUT</div>
                </section>
            </section>
</header>


I'm trying to do BEM.

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