Tag: CSS

  • CSS Ruler – useful reference for relative and absolute dimensions in CSS

    CSS Ruler – useful reference for relative and absolute dimensions in CSS

    I’ve been working and playing with CSS for several years, and still haven’t heard of some of these before. And they can be quite useful. Did you know CSS lengths can be relative to font, to viewport or absolute? Here you can see and compare available units from EMs to inches, as well as those…

  • CSS Trick: How to get the height 100%

    CSS Trick: How to get the height 100%

    This is a fairly simple trick, yet many designers are unaware of why when you set an element’s height to 100% it just doesn’t work, or how to fix that. The thing is, your element is just as tall as it’s parent is, so if it’s parent’s height is not set, or set to auto,…

  • Easily convert Pixels to EMs online with PXtoEM

    Easily convert Pixels to EMs online with PXtoEM

    PXtoEM.com is a simple tool can be pretty useful when writting CSS. It allows you to convert Pixels to EMs and viceversa directly on the site.The tool was crafted by front-end engineer Brian Cray. Check out his homepage for some other cool resources.