Skip to content

Instantly share code, notes, and snippets.

View marcelobitorical's full-sized avatar
👋
Working from home

Marcelo Arias marcelobitorical

👋
Working from home
View GitHub Profile
@marcelobitorical
marcelobitorical / README.md
Created April 19, 2022 16:55 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store

@marcelobitorical
marcelobitorical / debug.css
Created September 10, 2021 20:16
Debug CSS
/* debug.css | MIT License | https://gist.github.com/zaydek/6b2e55258734deabbd2b4a284321d6f6 */
[debug],
[debug] *:not(g):not(path) {
color: hsla(210, 100%, 100%, 0.9) !important;
background: hsla(210, 100%, 50%, 0.5) !important;
outline: solid 0.25rem hsla(210, 100%, 100%, 0.5) !important;
box-shadow: none !important;
filter: none !important;
}