Going beyond pixels and (r)ems in CSS - Absolute length units
Going beyond pixels and (r)ems in CSS - Absolute length units
By Brecht De Ruyte
5 min read
Oh my, usually when writing a series like this, people tend to leave the best for last, but in this case, it seems that the best is behind us. But as I am a completionist, this last part of the CSS Units series will be about absolute units, the units you mostly - absolutely - want to avoid. But can help in certain cases.
- Authors
- Name
- Brecht De Ruyte
- linkedinBrecht De Ruyte
- twitter@utilitybend
- Website
- websiteBlog
Part of series
Going beyond pixels and (r)ems in CSS
- Part 1:
Going beyond pixels and (r)ems in CSS - Relative length units based on font
- Part 2:
Going beyond pixels and (r)ems in CSS - Relative length units based on the viewport
- Part 3:
Going beyond pixels and (r)ems in CSS - Container query length units
- Part 4:
Going beyond pixels and (r)ems in CSS - Absolute length units
If you just landed on this page and find it strange that I’m talking about absolute CSS units in 2024, I suggest you start at the beginning of this series. That being said, while generally not recommended for responsive design and accessible experiences, there are still a few reasons why you might use absolute length units in CSS instead of relative length units:
Reason 1: Specific pixel-perfect layouts
In some cases, you might need a precise layout that remains consistent across different devices and screen sizes. Absolute units like pixels (px
) offer this control, ensuring elements stay exactly the size you define them in pixels, regardless of the viewing device or page zoom. This can be useful for specific design elements like icons. But they can become even more interesting when creating an application specified for a certain screen (touch screen TVs in a shop for example). In those cases zooming is mostly physical or pinch zooming as users don’t have access to accessibility controls in the settings.
Reason 2: Working with external media
When dealing with external media such as images or embedded content with specific dimensions, using absolute units based on those dimensions can help with the scaling of our layout. For example, if an image is 300px
wide, setting the element's width to 300px
ensures it displays at its intended size. In that case, we could opt for a grid with one column having an auto flow and the image contained column being fixed at 300px
:
Reason 3: Print or fixed-size layouts
For print layouts or applications with fixed-size outputs, absolute units like centimeters (cm
), millimeters (mm
), or inches (in
) can be appropriate. These units are based on physical measurements and translate directly to the final printed output, ensuring consistent sizing across different printers and paper sizes. This is in my opinion, the only perfect reason to use absolute units these days.
Let’s put that into an example. Some time ago, I created some demos for scroll-driven animations and I thought that this little timeline would be the perfect use case to create a printed version. It’s not perfect yet, but it does show you when to use these absolute units.
Just open this demo in the CodePen debug panel and print it.
Following the MDN list
Let’s go over the absolute units we can use in CSS. This time it will be just a list because there isn’t that much to talk about. Be sure to take a look at them if you have to create a print stylesheet.
- Pixels (
px
)
The most commonly used absolute unit, represents a single dot (pixel) on the display. - Inches (
in
)
Represents one inch, useful for print layouts or specific size requirements. - Centimeters (
cm
):
Represents one centimeter, another common unit for print layouts. - Millimeters (
mm
):
Represents one millimeter, often used alongside centimeters for finer control in print layouts. - Quarter of a Millimeter (
Q
)
The unitQ
is very common in Japanese typesetting and all major professional typesetting systems used in Japan support this, for example, InDesign's Japanese version uses 'Q' as font size unit. - Points (
pt
)
A unit equal to 1/72 of an inch, historically used in typography but less common now. - Picas (
pc
)
A unit equal to 1/6 of an inch, is also used in typography but even less common than points.
A note on PDF documents
One thing to note, print stylesheets are different from PDF documents. When creating a flexible PDF layout that needs to adjust based on zoom levels or different screen sizes within a PDF viewer you should still avoid using absolute units and use relative ones instead. This can be particularly relevant for documents with various content types or layouts that must remain readable across different viewing mediums. Consider the trade-offs between control and responsiveness when choosing your units in creating PDF documents.
The end of a series
I had a blast creating these articles and playing around with those units. I created some demos that definitely gave me a better understanding of how to facilitate them on a day-to-day basis. It was a challenge for me to create these demos and I’m certain I’ve become just a little bit of a better developer by taking this challenge. Not sure what the next challenge will bring yet but for now, I’m happy to look back at this journey in CSS units. I hope some of you enjoyed reading about them and are maybe creating some demos as well. If so, show them, share them, and make more people go beyond pixels and (r)ems.
Upcoming events
The Test Automation Meetup
PLEASE RSVP SO THAT WE KNOW HOW MUCH FOOD WE WILL NEED Test automation is a cornerstone of effective software development. It's about creating robust, predictable test suites that enhance quality and reliability. By diving into automation, you're architecting systems that ensure consistency and catch issues early. This expertise not only improves the development process but also broadens your skillset, making you a more versatile team member. Whether you're a developer looking to enhance your testing skills or a QA professional aiming to dive deeper into automation, RSVP for an evening of learning, delicious food, and the fusion of coding and quality assurance! 🚀🚀 18:00 – 🚪 Doors open to the public 18:15 – 🍕 Let’s eat 19:00 – 📢 First round of Talks 19:45 – 🍹 Small break 20:00 – 📢 Second round of Talks 20:45 – 🍻 Drinks 21:00 – 🙋♀️ See you next time? First Round of Talks: The Power of Cross-browser Component Testing - Clarke Verdel, SR. Front-end Developer at iO How can you use Component Testing to ensure consistency cross-browser? Second Round of Talks: Omg who wrote this **** code!? - Erwin Heitzman, SR. Test Automation Engineer at Rabobank How can tests help you and your team? Beyond the Unit Test - Christian Würthner, SR. Android Developer at iO How can you do advanced automated testing for, for instance, biometrics? RSVP now to secure your spot, and let's explore the fascinating world of test automation together!
| Coven of Wisdom - Amsterdam
Go to page for The Test Automation MeetupCoven of Wisdom - Herentals - Winter `24 edition
Worstelen jij en je team met automated testing en performance? Kom naar onze meetup waar ervaren sprekers hun inzichten en ervaringen delen over het bouwen van robuuste en efficiënte applicaties. Schrijf je in voor een avond vol kennis, heerlijk eten en een mix van creativiteit en technologie! 🚀 18:00 – 🚪 Deuren open 18:15 – 🍕 Food & drinks 19:00 – 📢 Talk 1 20:00 – 🍹 Kleine pauze 20:15 – 📢 Talk 2 21:00 – 🙋♀️ Drinks 22:00 – 🍻 Tot de volgende keer? Tijdens deze meetup gaan we dieper in op automated testing en performance. Onze sprekers delen heel wat praktische inzichten en ervaringen. Ze vertellen je hoe je effectieve geautomatiseerde tests kunt schrijven en onderhouden, en hoe je de prestaties van je applicatie kunt optimaliseren. Houd onze updates in de gaten voor meer informatie over de sprekers en hun specifieke onderwerpen. Over iO Wij zijn iO: een groeiend team van experts die end-to-end-diensten aanbieden voor communicatie en digitale transformatie. We denken groot en werken lokaal. Aan strategie, creatie, content, marketing en technologie. In nauwe samenwerking met onze klanten om hun merken te versterken, hun digitale systemen te verbeteren en hun toekomstbestendige groei veilig te stellen. We helpen klanten niet alleen hun zakelijke doelen te bereiken. Samen verkennen en benutten we de eindeloze mogelijkheden die markten in constante verandering bieden. De springplank voor die visie is talent. Onze campus is onze broedplaats voor innovatie, die een omgeving creëert die talent de ruimte en stimulans geeft die het nodig heeft om te ontkiemen, te ontwikkelen en te floreren. Want werken aan de infinite opportunities van morgen, dat doen we vandaag.
| Coven of Wisdom Herentals
Go to page for Coven of Wisdom - Herentals - Winter `24 editionMastering Event-Driven Design
PLEASE RSVP SO THAT WE KNOW HOW MUCH FOOD WE WILL NEED Are you and your team struggling with event-driven microservices? Join us for a meetup with Mehmet Akif Tütüncü, a senior software engineer, who has given multiple great talks so far and Allard Buijze founder of CTO and founder of AxonIQ, who built the fundaments of the Axon Framework. RSVP for an evening of learning, delicious food, and the fusion of creativity and tech! 🚀 18:00 – 🚪 Doors open to the public 18:15 – 🍕 Let’s eat 19:00 – 📢 Getting Your Axe On Event Sourcing with Axon Framework 20:00 – 🍹 Small break 20:15 – 📢 Event-Driven Microservices - Beyond the Fairy Tale 21:00 – 🙋♀️ drinks 22:00 – 🍻 See you next time? Details: Getting Your Axe On - Event Sourcing with Axon Framework In this presentation, we will explore the basics of event-driven architecture using Axon Framework. We'll start by explaining key concepts such as Event Sourcing and Command Query Responsibility Segregation (CQRS), and how they can improve the scalability and maintainability of modern applications. You will learn what Axon Framework is, how it simplifies implementing these patterns, and see hands-on examples of setting up a project with Axon Framework and Spring Boot. Whether you are new to these concepts or looking to understand them more, this session will provide practical insights and tools to help you build resilient and efficient applications. Event-Driven Microservices - Beyond the Fairy Tale Our applications need to be faster, better, bigger, smarter, and more enjoyable to meet our demanding end-users needs. In recent years, the way we build, run, and operate our software has changed significantly. We use scalable platforms to deploy and manage our applications. Instead of big monolithic deployment applications, we now deploy small, functionally consistent components as microservices. Problem. Solved. Right? Unfortunately, for most of us, microservices, and especially their event-driven variants, do not deliver on the beautiful, fairy-tale-like promises that surround them.In this session, Allard will share a different take on microservices. We will see that not much has changed in how we build software, which is why so many “microservices projects” fail nowadays. What lessons can we learn from concepts like DDD, CQRS, and Event Sourcing to help manage the complexity of our systems? He will also show how message-driven communication allows us to focus on finding the boundaries of functionally cohesive components, which we can evolve into microservices should the need arise.
| Coven of Wisdom - Utrecht
Go to page for Mastering Event-Driven Design