<div class="B">
<div class="A">
</div>
</div>
class A has width 2cm and heignt 2cm
where class B has width 200px and height 200px
No i want 4cm^2 of class A to occupy complete space of 200x200 px of class B. Is there any way of doing IT?
EDIT
i want to make A4 paper(in cm or mm or pts) in html and css . when user click preview button it should preview that paper in my desired pixels box div. thats what my actual scenario is. . . .