Answer the question
In order to leave comments, you need to log in
Layout and Bem. What is what?
Help deal with, almost Bem'om. And so, there is this html code:
<div class="Layout">
<div class="Layout__row Layout__rowHeader">
<div class="Layout__cellHeader">
Пусть это HEADER
</div>
</div>
<div class="Layout__row Layout__rowNavbar">
<div class="Layout__cellNavbar">
А это пусть NAVBAR
</div>
</div>
<div class="Layout__row Layout__rowBody">
<div class="Layout__cellBody">
<main class="Layout__colMain">
main
</main>
<aside class="Layout__colSide">
side
</aside>
</div>
</div>
<div class="Layout__row Layout__rowFooter">
<div class="Layout__cellFooter">
Это FOOTER
</div>
</div>
</div>
Layout__row Layout__rowHeader
Layout__row Header__row
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