Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

feedburner.com

Articles & Experiments by Roman Komarov on kizu.ru

Get the latest updates from Articles & Experiments by Roman Komarov on kizu.ru directly as they happen.

Follow now 39 followers

Latest posts

Last updated 6 months ago

Solving Shrinkwrap: New Experimental Technique

6 months ago

In this article, I present my new technique for solving a CSS...

Passing Data into SVG: Linked Parameters Workaround

over 1 year ago

Twelve years ago, I started a draft for an article. I never...

Pure CSS Mixin for Displaying Values of Custom Properties

over 1 year ago

Do you write CSS? Do you use custom properties with calculations? Do...

Indirect Cyclic Conditions: Prototyping Parametrized CSS Mixins

over 1 year ago

In my quest to push forward what is possible with custom properties...

Possible Future CSS: Tree-Counting Functions and Random Values

almost 2 years ago

Many exciting things were added to CSS specs over the years, but...

Fit-to-Width Text: A New Technique

about 2 years ago

Registered custom properties are now available in all modern browsers. Using some...

Self-Modifying Variables: the `inherit()` Workaround

over 2 years ago

Style queries will unlock many doors. An ability to alternate a value...

Alternating Style Queries

over 2 years ago

With the container style queries on the horizon, it is a good...

Layered Toggles: Optional CSS Mixins

over 2 years ago

In this article, I am sharing the next evolution of space &amp...

Custom CSS3 controls

over 15 years ago

/*_*/ .b-radio-label { cursor: pointer; } .b-radio-input:checked+.b-radio-wrap.b-radio-label { cursor: default; } /*...

Popups and dropdowns only by CSS

over 15 years ago

/*_*/ /* Dropdowns -----------------------------*/ .b-dropdown { position: relative; display: inline-block; } .b-dropdown-handle...

Filtering elements without JS

over 15 years ago

Colors are just checkboxes. Shapes — radiobuttons with an upgrade: you can...