Skip to content

Instantly share code, notes, and snippets.

View aljaplatt's full-sized avatar

Alex Platt aljaplatt

  • Reading, UK
View GitHub Profile
@aljaplatt
aljaplatt / pipenv_cheat_sheet.md
Created September 22, 2022 15:45 — forked from bradtraversy/pipenv_cheat_sheet.md
Pipenv cheat sheet for common commands

Pipenv Cheat Sheet

Install pipenv

pip3 install pipenv

Activate

pipenv shell

Plan

Stage 1

Hierarchy

  • Background
    • Head
      • Ears
  • Left Ear
@aljaplatt
aljaplatt / koala.html
Created November 17, 2021 09:11 — forked from cwissy/koala.html
Koala code
<!DOCTYPE html>
<html>
<head>
<title>Really Great Example</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body class="background">
<div class="head">
<div class="ear left">
<div class="inner-ear"></div>
@aljaplatt
aljaplatt / px-rem-cheat-sheet.css
Created October 23, 2021 08:29 — forked from tommydunn/px-rem-cheat-sheet.css
Cheat sheet for rem-calculations based upon 14px and 16px.
/*! = $rembase: 14px
--------------------------------------------------------------
* hmtl { font-size: 87.5%; }
* body { font-size: 14px; font-size: 1rem; line-height: 1; }
* 4px 0.28571429rem
* 8px 0.571428571rem
* 12px 0.857142857rem
* 13px 0.928571429rem
* 14px 1rem
* 16px 1.142857143rem