Skip to content

Instantly share code, notes, and snippets.

View bryanhitc's full-sized avatar

Bryan Hitchcock bryanhitc

View GitHub Profile
@bryanhitc
bryanhitc / 55-bytes-of-css.md
Created November 2, 2022 03:47 — 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;
}

Installing Python 3.7.3 on Raspbian =================================

As of April 2019, Raspbian does not yet include the latest Python release, Python 3.7.3 This means we will have to build it ourselves, and here is how to do it.

  1. Install the required build-tools (some might already be installed on your system).