blob: c1023475da956322507fa7a1e9bd1aa03f427029 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<html>
<head>
<style>
* {
direction: rtl;
writing-mode: vertical-rl;
rotate: 225.4833291380626deg 16 -117 119
}
* {
padding-inline: 81%;
border: 255pt hsl(0 35% 54% / 1%) solid;
min-inline-size: max-content;
margin-top: 206vmax ! important;
margin-block-start: 94%;
opacity: 0.4211200180067617;
}
</style>
</head>
</html>
|