keepcodingblog.hashnode.devHow to implement Consent Mode for free?At least once a month, I meet with a couple of Heads of Marketing from other companies. We exchange our experiences, discuss interesting tools and the industry in general. During our February 2024 meeting, one subject dominated, and almost everyone e...Sep 19, 2024·26 min read
keepcodingblog.hashnode.devTailwind CSS UX/UI Design Course - Focus, active & other statesHover isn't the only state supported by Tailwind CSS. Thanks to Tailwind we can use directly in our HTML any state available in regular CSS. Below are examples of several pseudo-class states supported in Tailwind CSS. You don't have to try to memori...Jul 17, 2024·3 min read
keepcodingblog.hashnode.devTailwind CSS UX/UI Design Course - Hover stateThe thing where Tailwind CSS really shines is applying different CSS states, like hover, to our UI elements. The hover state in Tailwind is used to apply styles to an element when the mouse pointer is over it. This is similar to the :hover pseudo-cla...Jul 10, 2024·3 min read
keepcodingblog.hashnode.devBootstrap Lesson: ShadowsIn this lesson we will take some time to learn the theory behind the shadows. As in Material Design, shadows play a big role in Material Minimal (MDB design system). However, they are definitely more subtle here - they have brighter colors and are of...Jul 9, 2024·3 min read
keepcodingblog.hashnode.devTailwind CSS UX/UI Design Course - ColorsColors in Tailwind CSS are defined as classes that you can apply directly to your HTML elements. In this lesson, we'll learn how they work. Color utility classes Tailwind CSS comes with a wide variety of predefined colors. Each color has different sh...Jul 9, 2024·3 min read