blob: 62f0922f3a3cb73c5c66f5a24c90f93452438623 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<meta charset=utf-8>
<div style="font-size: 50px; color: transparent; text-shadow: 0px 0px 0 rgba(0,0,0,0.2)">
<!-- all 3 of these codepoints are clock faces, just with different hand positions,
so we expect their shadows to be identical -->
🕐
🕒
🕘
</div>
|