зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
220 B
HTML
12 строки
220 B
HTML
|
<!doctype html>
|
||
|
<style>
|
||
|
div {
|
||
|
width: 100px;
|
||
|
height: 100px;
|
||
|
mask-image: url(resource://usercontext-content/fingerprint.svg);
|
||
|
mask-size: 100px 100px;
|
||
|
background-color: black;
|
||
|
}
|
||
|
</style>
|
||
|
<div></div>
|