Skip to main content
Homepage link
  • How to build accessible hidden navigation menus on the web

    July 15, 2021

    Menus are all over the web, but a lot of them are inaccessible. As the people building the web, we need to make sure that everyone is able to use our sites without a problem. That's why creating accessible menu's should be part of every web developer's toolkit. In this post, I'll show you the CSS, JavaScript, HTML and ARIA attributes that you need to know to create accessible menus.

  • Step by Step guide to CSS text truncate; different ways to truncate text with CSS

    April 28, 2023

    In this post, I'll show you how to implement a CSS text truncate. I will cover how to shorten both a single line and multiple lines. I'll also mention some common problems you may face when doing a CSS text truncate.