質問編集履歴

2

追記

2019/06/17 02:14

投稿

mimi_15
mimi_15

スコア12

test CHANGED
File without changes
test CHANGED
@@ -21,3 +21,45 @@
21
21
 
22
22
 
23
23
  よろしくお願いします。
24
+
25
+
26
+
27
+ ※追記
28
+
29
+ 作成途中なのですが、このような状態です。
30
+
31
+ 【html】
32
+
33
+ <div class="button">
34
+
35
+ <a href="index.html">◀ 戻る</a><!-- .button-->
36
+
37
+ </div>
38
+
39
+
40
+
41
+ 【css】
42
+
43
+ .button a{
44
+
45
+ display: inline-block;
46
+
47
+ padding: 0.5em 1em;
48
+
49
+ text-decoration: none;/*太文字*/
50
+
51
+ position:relative;
52
+
53
+ top:180px;
54
+
55
+ left:450px;
56
+
57
+ }
58
+
59
+
60
+
61
+ .button a:active {
62
+
63
+ box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
64
+
65
+ transform: translateY(2px);

1

初心者フラグ追加

2019/06/17 02:14

投稿

mimi_15
mimi_15

スコア12

test CHANGED
File without changes
test CHANGED
File without changes