JBJapheth Basilinopenreplay.hashnode.dev·Jul 23, 2023 · 8 min readReuse code: Master SCSS MixinsSCSS mixins provide an effective way of reusing CSS code. Mixins reduce duplication and enhance code structure by encapsulating styles into reusable blocks. With the ability to accept arguments, mixins become incredibly adaptive and versatile. This a...00
JBJapheth Basilinopenreplay.hashnode.dev·Aug 3, 2022 · 7 min readUnderstanding CSS positioningby Jephy Basil In this article, we’ll cover a crucial concept of CSS: CSS positioning. When working on complex layouts on a webpage, you’ll need to alter the natural document flow to change how elements are positioned on a webpage. For example, you m...00