Skip to content

Instantly share code, notes, and snippets.

View joshkmartinez's full-sized avatar
🧮
in latent space

Joshua Martinez joshkmartinez

🧮
in latent space
View GitHub Profile
@joshkmartinez
joshkmartinez / 55-bytes-of-css.md
Created September 26, 2022 07:15 — forked from JoeyBurzynski/55-bytes-of-css.md
58 bytes of css to look great nearly everywhere

58 bytes of CSS to look great nearly everywhere

When making this website, i wanted a simple, reasonable way to make it look good on most displays. Not counting any minimization techniques, the following 58 bytes worked well for me:

main {
  max-width: 38rem;
  padding: 2rem;
  margin: auto;
}
@joshkmartinez
joshkmartinez / README.md
Created March 24, 2019 01:05 — 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.

All hex value from 100% to 0% alpha:

@joshkmartinez
joshkmartinez / sketch-never-ending.md
Created February 25, 2018 23:41 — forked from Bhavdip/sketch-never-ending.md
Modify Sketch to never ending trial

###Sketch trial non stop

Open hosts files:

$ open /private/etc/hosts

Edit the file adding:

127.0.0.1 backend.bohemiancoding.com

127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com