1
Next, I always had this doubt have this html structure
<!-- wrap1 -->
<div class="wrap">
<div class="filho">
(...)
</div>
</div>
<!-- wrap2 -->
<div class="wrap">
<div class="filho">
(...)
</div>
</div>
I know I can do this in other ways, but I would like to know if I can select the . wrap. son(of the first) and make him receive margin left and . wrap . son (of the second) receive margin right? The scenario is exactly that. Thank you to anyone who can enlighten me.
I don’t understand your question. I could explain it better?
– Victor Stafusa