Hello, I have a div
that has a certain height and content
<div class='mydiv'>
<p> blabalbalala </p>
<p> blabalbalala </p>
<p> blabalbalala </p>
<p> blabalbalala </p>
</div>
Assuming this div
has a height
of 100px
, how do I capture only the first 30 px?