This survey closed on October 30, 2022. View Survey Results »

css
li::marker {
  content: '⭐️ ';
}

css
a:has(> img) {
  border: 2px solid grey;
}

css
:where(header, main, footer) p:hover {
  color: red;
  cursor: pointer;
}