Skip to content

Instantly share code, notes, and snippets.

@ymrl
Created November 28, 2018 09:44
Show Gist options
  • Save ymrl/3f2f3848e1feac2641fb11312315a714 to your computer and use it in GitHub Desktop.
Save ymrl/3f2f3848e1feac2641fb11312315a714 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style>
.a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z {
color: #F00;
}
#blue {
color: #00F;
}
</style>
</head>
<body>
<div id="blue" class="a b c d e f g h i j k l m n o p q r s t u v w x y z">it must be red</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment