DEV Community

Discussion on: Meme Monday

Collapse
 
alvaromontoro profile image
Alvaro Montoro

Today's comiCSS:

Grid with the same code written in different ways in CSS inside a 3x3 grid with D&D alignments: lawful, neutral, chaotic vs good, neutral, evil

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

Neutral Evil is wrong though; that should be [class~="element1"] ;)

Collapse
 
webbureaucrat profile image
webbureaucrat

This will live in my nightmares.

Collapse
 
aewens profile image
Austin Ewens

TIL @layer elements is a thing.

Collapse
 
ben profile image
Ben Halpern

Always excellent meme template

Collapse
 
maxart2501 profile image
Massimo Artizzu

Chaotic vile 💀

<a class="group inline-flex items-center gap-3 text-base/8 text-gray-600
  sm:text-sm/7 dark:text-gray-300 **:data-outline:stroke-gray-400
  dark:**:data-outline:stroke-gray-500 **:[svg]:first:size-5
  **:[svg]:first:sm:size-4 hover:text-gray-950
  hover:**:data-highlight:fill-gray-300 hover:**:data-outline:stroke-gray-950
  dark:hover:text-white dark:hover:**:data-highlight:fill-gray-600
  dark:hover:**:data-outline:stroke-white aria-[current]:font-semibold
  aria-[current]:text-gray-950 aria-[current]:**:data-highlight:fill-gray-300
  aria-[current]:**:data-outline:stroke-gray-950 dark:aria-[current]:text-white
  dark:aria-[current]:**:data-highlight:fill-gray-600
  dark:aria-[current]:**:data-outline:stroke-white">...</a>
Enter fullscreen mode Exit fullscreen mode