ODObeten, Divine Odenincsssenpai.hashnode.dev·Nov 6, 2022 · 4 min readThis or that (em or rem)Have you ever been in a situation where you wanted to give a text a particular font-size but you were confused on which to choose between em and rem? When you're done reading this, you'll have one less issue to worry about. First off, let's describe ...00
ODObeten, Divine Odenincsssenpai.hashnode.dev·Sep 19, 2022 · 4 min readThis Or That (Flexbox Or Grid)Welcome to the first part of my "This or That" series. In this series I would be talking about similar values in CSS and I'll examine where either of them can and should be used. That being said, let's get right into it. Introduction "Flexbox or Grid...00
ODObeten, Divine Odenincsssenpai.hashnode.dev·Aug 21, 2022 · 2 min readCSS SpecificityCSS specificity is the measure which determines the style to be displayed to an element. If two selectors are assigned to an element, the one with the highest specificity would be the one used. Specificity Hierarchy When determining the magnitude of ...00