codepens/one-hundred-rules
Dym Sohin f132183c1d init 2023-10-06 23:12:53 +02:00
..
dist init 2023-10-06 23:12:53 +02:00
src init 2023-10-06 23:12:53 +02:00
README.markdown init 2023-10-06 23:12:53 +02:00
license.txt init 2023-10-06 23:12:53 +02:00

README.markdown

One Hundred Rules

A Pen created on CodePen.io. Original URL: https://codepen.io/darthmall/pen/abNxMmQ.

A generative design created using only <hr> elements and pseudo-elements.

For the <hr> elements I restricted myself to styling only the border and the width, since that is the essential aspect of the element's presentation. One could, of course, give the element a height and use background colors and images, but at that point you might as well use a <div>, since the element serves no semantic purpose here. I imposed no such constraints on the pseudo-elements.

Who says CSS isn't a programming language?