blob: 61cf084aeb824d5a7a25bda6fa1f5f500c58f4dd [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
font-size: 200px;
color: gray;
text-shadow: none;
-webkit-text-stroke-color: blue;
}
</style>
</head>
<body>
<div style="stroke-width: 0px;">&#x25fc;</div>
<div style="stroke-width: 7px;">&#x25fc;</div>
<div style="stroke-width: 14px;">&#x25fc;</div>
<div style="stroke-width: 35px;">&#x25fc;</div>
<div style="stroke-width: 70px;">&#x25fc;</div>
</body>
</html>