-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path4.html
More file actions
65 lines (59 loc) · 1.34 KB
/
Copy path4.html
File metadata and controls
65 lines (59 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>=^.^=</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=WDXL+Lubrifont+JP+N&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One&display=swap');
</style>
</head>
<body>
<p style="
font-family: 'Klee One', cursive;
font-size: 64px;
font-weight: 700;
-webkit-text-stroke: 2px #213448;
color: #EAE0CF;
paint-order: stroke fill;
">
あいうえお123ABC
</p>
<p style="
font-family: 'WDXL Lubrifont JP N', sans-serif;
font-size: 64px;
font-weight: 700;
-webkit-text-stroke: 2px #213448;
text-shadow:
0 2px #213448,
0 4px #213448,
0 6px #213448;
color: #FFF;
paint-order: stroke fill;
">
縁だけあいうえお123ABC
</p>
<p style="
font-family: 'Dela Gothic One', sans-serif;
font-size: 64px;
-webkit-text-stroke: 10px white;
paint-order: stroke fill;
color: #30b03f;
background: url( ./kodim23.png );
">
コントラスト確保
</p>
<p style="
font-family: 'Dela Gothic One', sans-serif;
font-size: 64px;
font-weight: 700;
text-shadow: 4px 4px #FFA500;
-webkit-text-stroke: .5px #000000;
color: transparent;
">
版ずれ あいうえお
</p>
</body>
</html>