blob: e1d69557a63e21fd53053a9ed8c495a314cdc311 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
font-size: 80px;
color: gray;
text-shadow: none;
display: inline
}
</style>
</head>
<body>
<div>&#x25fc;</div>
<div style="-webkit-text-stroke-width: 25px; -webkit-text-stroke-color: green;">&#x25fc;</div>
<div style="stroke-width: 1px; stroke-color: green;">&#x25fc;</div>
<div style="stroke-width: 10px; stroke-color: blue;">&#x25fc;</div>
<div style="stroke-width: 1px; stroke-color: green;">&#x25fc;</div>
<div style="stroke-width: 10px; stroke-color: blue;">&#x25fc;</div>
<div style="stroke-width: 25px; stroke-color: green;">&#x25fc;</div>
<div style="stroke-width: 10px; stroke-color: blue;"><span>&#x25fc;</span></div>
<div style="stroke-width: 25px; stroke-color: green;"><span>&#x25fc;</span></div>
<div style="stroke-width: 10px; stroke-color: blue;"><span>&#x25fc;</span></div>
<div style="stroke-width: 25px; stroke-color: green;"><span>&#x25fc;</span></div>
<div style="stroke-width: 10px; stroke-color: blue;"><span>&#x25fc;</span></div>
<div style="stroke-width: 1px; stroke-color: green;"><span>&#x25fc;</span></div>
<div style="stroke-width: 10px; stroke-color: blue;"><span>&#x25fc;</span></div>
<div style="stroke-width: 25px; stroke-color: green;"><span>&#x25fc;</span></div>
<div style="stroke-width: 10px; stroke-color: blue;">&#x25fc;</div>
</body>
</html>