blob: c9f943aadaf9787cbe69bfe3b72a54bd35d5b4d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<html>
<head>
<style>
div {
background: lime;
-webkit-mask-repeat: no-repeat;
-webkit-mask-image: url(resources/linguistics.svg);
height: 600px;
width: 800px;
}
</style>
</head>
<body style='margin: 0px'>
<div> </div>
</body>
</html>
|