Utility-First CSS Is All the Rage
Introduction to styles
When you are building a website, you typically want to style your HTML. You could use inline styles on your HTML elements.
<article style="background-color: purple; text-align:center; width: 750px;">
<h1 style="color: red; ...
blog.codebycorey.com8 min read
Jennifer
Hello Hashnode π
Very well explained. Corey O'Donnell.