blob: d9587b382bd05b0edc290e956f58b275c00f3241 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
font-size: 80px;
color: gray;
text-shadow: none;
stroke-color: blue;
display: inline;
}
</style>
</head>
<body>
<div style="stroke-width: 25px;">&#x25fc;</div>
<div style="stroke-width: 0.2in;">&#x25fc;</div>
<div style="stroke-width: 2mm;">&#x25fc;</div>
<div style="stroke-width: 0.1cm;">&#x25fc;</div>
<div style="stroke-width: 25px;"><span>&#x25fc;</span></div>
<div style="stroke-width: 0.2in;"><span>&#x25fc;</span></div>
<div style="stroke-width: 2mm;"><span>&#x25fc;</span></div>
<div style="stroke-width: 0.1cm;"><span>&#x25fc;</span></div>
</body>
</html>