Skip to content

Instantly share code, notes, and snippets.

View archasek's full-sized avatar

archas archasek

  • Warsaw, Poland
View GitHub Profile
@archasek
archasek / gist:35a536335fe38835ef8aaa4e4a5ad3cb
Created December 31, 2024 02:58
Paddle Next.js Starter Kit as text
Directory structure:
└── PaddleHQ-paddle-nextjs-starter-kit/
├── .prettierrc
├── .github/
│ ├── workflows/
│ │ └── test.yml
│ ├── CODEOWNERS
│ └── ISSUE_TEMPLATE/
│ ├── config.yml
│ ├── feature_request.yaml
@archasek
archasek / dabblet.css
Created November 22, 2012 09:38
CSS triangle with linear gradient (SO)
/**
* CSS triangle with linear gradient (SO)
* http://stackoverflow.com/questions/11712011/how-to-create-uparrow-downarrow-using-simple-css/11712847#11712847
*/
.t2 {
background: red;
width: 300px;
height: 200px;