css.properties's Avatar

css.properties

@css.properties

css.properties is a simple and quick reference for CSS properties. (Created by @john.kreitlow.rocks)

59
Followers
168
Following
18
Posts
06.01.2025
Joined
Posts Following

Latest posts by css.properties @css.properties

Preview
code-block.ts GitHub Gist: instantly share code, notes, and snippets.

Throw another on the Syntax highlighting pile!

gist.github.com/radium-v/721...

This custom element class is used to render code blocks with syntax highlighting (it's in use on any property page, ex. css.properties/animation-ti...)

22.01.2026 07:20 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
justify-self - css.properties The justify-self property justifies a grid item along the inline axis.

NEW: Code blocks are now rendered with a `<code-block>` custom element.

NEW: Formal Syntax blocks are expanded to include referenced types (type pages coming soon!).

NEW: Client-side JS is bundled and minified with esbuild.

NEW: it's getting late. I should go to bed.

css.properties/justify-self/

02.01.2026 07:28 πŸ‘ 12 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
timeline-scope - css.properties The timeline-scope property specifies the scope of timelines.

NEW: There's a sitemap.xml so search engines can actually index this thing.

NEW: The site footer says when the last build happened (deployment is currently still a 2-step process: 1. Drag; 2. Drop)

NEW: Did you do something with your hair? You're absolutely glowing.

css.properties/timeline-scope/

31.12.2025 02:33 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
text-emphasis-style - css.properties The text-emphasis-style property specifies the style of text emphasis marks.

text-emphasis-style: sesame;

28.12.2025 16:51 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
A screenshot of the grid-area page from css.properties/grid-area/

A screenshot of the grid-area page from css.properties/grid-area/

css.properties exists now!

28.12.2025 09:00 πŸ‘ 20 πŸ” 2 πŸ’¬ 1 πŸ“Œ 0

stroke-linecap: butt;

24.12.2025 06:02 πŸ‘ 5 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

```css
*,
*::before,
*::after {
outline: 1px dashed \#F0F3;

&:hover {
outline: 1px solid \#F0FF;
}
}
```

16.12.2025 19:30 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

font-variant-numeric: tabular-nums;

23.10.2025 22:30 πŸ‘ 23 πŸ” 3 πŸ’¬ 1 πŸ“Œ 2

corner-start-end-shape: scoop;

#css

07.10.2025 05:22 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

math-style: compact;

06.09.2025 16:10 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

text-wrap: handsome;

03.04.2025 20:41 πŸ‘ 31 πŸ” 3 πŸ’¬ 3 πŸ“Œ 0
Vmin = 5 liter

Vmin = 5 liter

If you also struggle with #CSS units and what they mean, I just learned from a petrol pump about vmin.

02.03.2025 12:25 πŸ‘ 9 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0

Marge Simpson: "...It's true, but he shouldn't say it"

drafts.csswg.org/css-syntax-3...

20.02.2025 18:37 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

::-webkit-meter-even-less-good-value

17.02.2025 19:08 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

CSS is Less now

09.02.2025 01:25 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Oh `@sheet`

17.01.2025 06:00 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

`lightning-color: yellow;`

16.01.2025 04:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
CSS Wish List 2025 Back in 2023, I belatedly jumped on the bandwagon of people posting their CSS wish lists for the coming year.Β  This year I’m doing all that again, less belatedly! (I didn’t do it last year because I c...

⌨️ I blogged about what I’d like to see come to #CSS in 2025. Some of my wishes are repeats from past years, but it was nice to see how many past wishes have (or are about to) come true! meyerweb.com/eric/thought...

08.01.2025 16:34 πŸ‘ 70 πŸ” 16 πŸ’¬ 5 πŸ“Œ 0
Post image

Did you know CSS is on the path to support Functions and Mixins?

Forget debating whether HTML is a programming language, it’s time to tackle the growing beast that is CSS.

github.com/w3c/csswg-dr...

08.01.2025 16:47 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

We're all so allergic to things like `!important` and render blocking that we can't even identify when they might be useful or even necessary.

07.01.2025 20:11 πŸ‘ 7 πŸ” 1 πŸ’¬ 3 πŸ“Œ 0

word-break: break-word;

07.01.2025 17:41 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

Focus By Demotion
a use case for #CSS `:hover > :not(:hover)`

nerdy.dev/hover-not-ho...

06.01.2025 17:10 πŸ‘ 248 πŸ” 32 πŸ’¬ 6 πŸ“Œ 6

border-start-start-radius: 50%;

07.01.2025 05:59 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

CSS is a programming language

07.01.2025 03:28 πŸ‘ 5 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

all: initial;

07.01.2025 02:20 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 1