質問編集履歴
2
html追加し、コードタグ使いました。よろしくお願いします。
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,15 +6,53 @@
|
|
6
6
|
|
7
7
|
↓このようなcssを書いたのですが、うまくいきません。
|
8
8
|
|
9
|
+
html↓
|
10
|
+
|
11
|
+
```
|
12
|
+
|
13
|
+
<p class="storage-p3">
|
14
|
+
|
15
|
+
屋外地上タンク貯蔵所が
|
16
|
+
|
17
|
+
<br>
|
18
|
+
|
19
|
+
カンタンに設置できます!
|
20
|
+
|
21
|
+
</p>
|
22
|
+
|
23
|
+
コード
|
24
|
+
|
25
|
+
```
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
css↓
|
30
|
+
|
31
|
+
```
|
32
|
+
|
33
|
+
.storage-p3{
|
34
|
+
|
35
|
+
font-size:35px;
|
36
|
+
|
37
|
+
line-height:35px;
|
38
|
+
|
39
|
+
letter-spacing:1px;
|
40
|
+
|
9
|
-
|
41
|
+
background: -webkit-linear-gradient(top, #35C5FF 0%, #3A60F5 100%); ←青色のグラデーション
|
10
42
|
|
11
43
|
-webkit-background-clip: text;
|
12
44
|
|
13
45
|
-webkit-text-fill-color: transparent;
|
14
46
|
|
15
|
-
background: -webkit-linear-gradient(transparent 60%,#ff0 40%); ←黄色
|
47
|
+
background: -webkit-linear-gradient(transparent 60%,#ff0 40%); ←黄色の下線(背景)
|
16
48
|
|
17
49
|
background: linear-gradient(transparent 60%,#ff0 40%);
|
50
|
+
|
51
|
+
}
|
52
|
+
|
53
|
+
コード
|
54
|
+
|
55
|
+
```
|
18
56
|
|
19
57
|
|
20
58
|
|
1
画像をリンクにしました
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
https://gyazo.com/1bfce53d525f1677f555aed9e437c6dc
|
1
|
+
[リンク内容](https://gyazo.com/1bfce53d525f1677f555aed9e437c6dc)
|
2
2
|
|
3
3
|
|
4
4
|
|