Answer the question
In order to leave comments, you need to log in
How to position blocks in BEM?
<div class="header">
<div class="header__logo">
<a href="#" class="logo">MySite</a>
</div>
<div class="header__search">
<div class="search">
<input type="text" class="search__input">
<button class="search__button"></button>
</div>
</div>
<div class="header__auth">
<form class="auth">
<input type="text" class="auth__login">
<div class="auth__button"></div>
</form>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question