I'm having trouble editing some inherited divs. Well let's look at the example:
This is the current code:
<div id="conteudo">
<div class="titulo">xxx</div>
<div class="texto">xxx</div>
<div class="antesDepois">xxx</div>
<div class="autor">xxx</div>
<div class="tags">xxx</div>
<div class="comentários">xx</div>
</div>
Right, with this in mind, the css of these divs is already done. Only the Content div is putting everything inside a single box. I wanted to know if it is possible for me to "split" this box in half.
For example, before the div class="before After" I'd like to put a split. Then put a div again in the div class "author" and so on.
Then you talk to me, but dude .. You just close the div content and open a new div before before .. Just no, I can not, why the divs are inheriting several things of the content div .. And are many ..
I know I should have done this before, but I'm editing a code that has already been produced.
Then there's the GREAT DOUBT. Can I do something about it?