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
Mastering 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 DesignThe Leadership Meetup
PLEASE RSVP SO THAT WE KNOW HOW MUCH FOOD WE WILL NEED What distinguishes a software developer from a software team lead? As a team leader, you are responsible for people, their performance, and motivation. Your output is the output of your team. Whether you are a front-end or back-end developer, or any other discipline that wants to grow into the role of a tech lead, RSVP for an evening of learning, delicious food, and the fusion of leadership and tech! 🚀 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: Pixel Perfect and Perfectly Insane: About That Time My Brain Just Switched Off Remy Parzinski, Design System Lead at Logius Learn from Remy how you can care for yourself because we all need to. Second Round of Talks: Becoming a LeadDev at your client; How to Fail at Large (or How to Do Slightly Better) Arno Koehler Engineering Manager @ iO What are the things that will help you become a lead engineer? Building Team Culture (Tales of trust and positivity) Michel Blankenstein Engineering Manager @ iO & Head of Technology @ Zorggenoot How do you create a culture at your company or team? RSVP now to secure your spot, and let's explore the fascinating world of design systems together!
| Coven of Wisdom - Amsterdam
Go to page for The Leadership MeetupCoven of Wisdom - Herentals - Spring `24 edition
Join us for an exciting web technology meetup where you’ll get a chance to gain valuable insights and knowledge about the latest trends in the field. Don’t miss out on this opportunity to expand your knowledge, network with fellow developers, and discover new and exciting possibilities. And the best part? Food and drinks are on us! Johan Vervloet - Event sourced wiezen; an introduction to Event Sourcing and CQRS Join me on a journey into the world of CQRS and Event Sourcing! Together we will unravel the misteries behind these powerful concepts, by exploring a real-life application: a score app for the 'Wiezen' card game.Using examples straight from the card table, we will delve into the depths of event sourcing and CQRS, comparing them to more traditional approaches that rely on an ORM.We will uncover the signs in your own database that indicate where event sourcing can bring added value. I will also provide you with some tips and pointers, should you decide to embark on your own event sourcing adventure. Filip Van Reeth - WordPress API; "Are you talking to me?" What if the WordPress API could be one of your best friends? What kind of light-hearted or profound requests would it share with you? In this talk, I would like to introduce you to it and ensure that you become best friends so that together you can have many more pleasant conversations (calls). Wanna be friends? Please note that the event or talks will be conducted in Dutch. Want to give a talk? Send us your proposal at meetup.herentals@iodigital.com 18:00 - 19:00: Food/Drinks/Networking 19:00 - 21:00: Talks 21:00 - 22:00: Networking Thursday 30th of May, 18h00 - 22h00 CET iO Campus Herentals, Zavelheide 15, Herentals
| Coven of Wisdom Herentals
Go to page for Coven of Wisdom - Herentals - Spring `24 edition