blob: 457966a1b9e5063c04080d2728e4b4fc96c7aaa5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
textarea {
border: red;
transform: rotate(-0.01rad);
}
</style>
</head>
<body>
<textarea></textarea>
</body>
</html>
|