9 lines
300 B
HTML
9 lines
300 B
HTML
<!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>
|