Tags: rounded corners

Tech Talk - CSS custom Attributes

Being a nerd, I will occasionally post some tech jargon here. Today, I will cover some basics on CSS custom attributes. Specifically: [attr~="value"]{background-color: red;} <div attr="value">SOME TEXT</div> will produce[attr~="value… more »