S
Size: a a a
S
DB
S
S
DB
html
<div class="box" data-component-view="half">...</div>
DB
html
<div class="box" data-component-view="half">...</div>
S
DB
DB
S
S
S
S
S
DB
DP
html
<div class="content">
<p>Lorem...</p>
<p>Lorem...</p>
<p>Lorem...</p>
</div>
scss
.content {
p + p {
margin-top: 10px;
}
}
as
DB
:not - нужен обязательный параметр, например: p:not(.error) p не содержит класс .errorDB
as