Skip to content

Instantly share code, notes, and snippets.

View makesomelayouts's full-sized avatar
🏠
Working from home

msl makesomelayouts

🏠
Working from home
View GitHub Profile
@guvener
guvener / tw-background-hex.md
Created April 30, 2022 08:46
Tailwind background colors HEX codes
@scmx
scmx / using-details-summary-github.md
Last active October 20, 2025 17:05
Using <details> <summary> expandable content on GitHub with Markdown #details #summary #markdown #gfm #html

How to use <details> <summary> expandable content on GitHub with Markdown

Firstly, what is <details> <summary>?

The HTML Details Element (<details>) creates a disclosure widget in which information is visible only when the widget is toggled into an "open" state. A summary or label can be provided using the <summary> element. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details.

Example

@neretin-trike
neretin-trike / pug.md
Last active October 16, 2025 10:04
Туториал по HTML препроцессору Pug (Jade)