css measure
HTML
<div class="boo"></div><div class="foo"></div>
CSS
.boo {
width: 25.4mozmm;
height: 25.4mozmm;
background: #000;
}
.foo {
width: 1in;
height: 1in;
background: #f00;
}
<div class="boo"></div><div class="foo"></div>
.boo {
width: 25.4mozmm;
height: 25.4mozmm;
background: #000;
}
.foo {
width: 1in;
height: 1in;
background: #f00;
}