a free open source css library with prebuilt class for free and pre built colors
usage add this tag to start <link rel="stylesheet" type="text/css" href="https://s0net.github.io/easy.css/style.css">
easy css colors
center
bold
underline
overline
redtext
bluetext
spinner
shake
capitalcase
code
hide
show
bigtext
smalltext
icons
challenge
easy css is a css library to make your html css better
class="center"
var(--lavender)
var(--coolblue)
var(--coolyellow)
var(--whatsapp_green)
var(--whatsapp_teal)
var(--teal)
var(--pink)
var(--darkgrey)
var(--ligthgrey)
var(--orange)
var(--blue)
var(--purple)
var(--okblack)
var(--bluedark)
this is used to center a element both verticaly and horizontal
<h1 class="center">i am centered in the screen</h1>
this is used to make the text inside a element bold
<h1 class="b">this text is bold</h1>
this is used to underline the text inside a element
<h1 class="underline">this text is underlined</h1>
this is used to overline the text inside a element
<h1 class="overline>this text is underlined</h1>
this is used to make text inside a element red in color
<h1 class="redtext>this text is red</h1>
this is used to make text inside a element blue in color
<h1 class="bluetext>this text is blue</h1>
this is used to make a spinner in html
<div class="spinner"><div>
<span class="shake">this element can shake</span>
this is used to make the text inside a element capitalcase
<span class="capitalcase">capitalcase</span>
this is used to show a code element
<span class="code">code</span>
this is used to hide a element
<span class="hide">hide</span>
this is used to show a element
<span class="show">show</span>
this is used to apply the monospace font family
<span class="goodfont">goodfont example</span>
this is used to apply the font-size to xx-large
<span class="bigtext">bigtext example</span>
this is used to apply the font-size to small
<span class="smalltext">smalltext example</span>
this is used to make the text inside to the bottom of the screen
<span class="bottom-text">bottom-text example</span>
<iframe src="./icons.html"></iframe>
found a problem fix on GITHUB