
CTO, UX / UI Designer & Developer
she/her
Martine Dowden has degrees in both Psychology, and Design and Visual Communications, which she uses to develop amazing user experiences and user interfaces. She specializes in web accessibility, and has years of experience in leadership, marketing, design, and development. In addition to being the CTO of Andromeda, Martine is also an international conference speaker, a published author, is a Google Developer Expert in Web Technologies and a Microsoft MVP in Developer Technologies.
Latest Posts
Snapping when you have a sticky header
One of the newly added features to our CSS toolbox is scroll snap. Let's combine it with a sticky header to see what it can do.Read More →CSS Subgrid
Have you played with subgrid yet? Even though it's rather new and not yet supported in all major browsers, let's explore how it works and how to create fallbacks so we can start using subgrid in our projects today.Read More →Building a static website from content stored in Firebase
Learn about how Martine created a content management system for Firebase to build apps and static websites.Read More →
More Posts
When your Sass gets Sassy
One of the really cool features of Sass are mixins. In this post we will use a mixin to generate classes for some information panels and show techniques for debugging our code.Read More →Sticky Table Headers
One of the most common requests I receive when designing a UI for a client is “Can you make the table headers sticky like in Excel?” So how do we create a sticky header using CSS?Read More →Creating Custom List Styles
Bulleted lists on the web come with default styles. What if we wanted to use emojis instead of the boring standard bullet points? Let's take a look at how we would create that.Read More →Styling Radio Buttons
Radio inputs are one of those input types that are notoriously difficult to style because we don't have a whole lot of control over the style of the native input. Let's explore 2 different pure CSS options we can take.Read More →Light or Dark
Light or Dark mode, which one do you prefer? Or does it change based on device or situation? Let's delve into how to give our users the choice use CSSRead More →Animating Drawing SVG Shapes and Paths
A cool effect is to make it look like an image or shape is being drawn on the page. This article walks through how to create this illusion in SVGs usiRead More →