blob: 3710c14f0ab54062eaf8e3e3905706a0a8549113 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head>
<style>
* {
background-blend-mode: multiply;
background: url(1690374.jpg) center local transparent repeat-x;
clip-path: fill-box ellipse();
min-width: 9659vh;
height: 22%;
-webkit-background-clip: text !important;
}
</style>
</head>
</html>
|