css measure

by Jimmy Chandra

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;
}