teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

文法の修正

2021/06/13 07:52

投稿

Tttttttttttttt
Tttttttttttttt

スコア1

title CHANGED
File without changes
body CHANGED
@@ -46,11 +46,33 @@
46
46
 
47
47
 
48
48
 
49
- ```
50
49
 
50
+
51
51
  ### 試したこと
52
52
  全角になっていないか
53
53
 
54
54
  ### 補足情報(FW/ツールのバージョンなど)
55
+ こちらがPC用の元のCSSです。レスポンシブでもこちらが反映されるようになっています。
55
56
 
57
+ ```
58
+ ```css
59
+
60
+ .m2_3 {
61
+ font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
62
+ background-image: url(/wp-content/uploads/2020/05/midasi_green_800.png) !important;
63
+ background-repeat: no-repeat !important;
64
+ background-position: center !important;
65
+ max-width: 800px !important;
56
- ここにより詳細な情報を記載してください。
66
+ margin: 0 auto !important;
67
+ text-align: center !important;
68
+ text-align: bottom !important;
69
+ font-size: 36px !important;
70
+ color: #9CBB2B !important;
71
+ font-weight: normal !important;
72
+ border-bottom: solid 2px #9CBB2B !important;
73
+ margin-bottom: 30px !important;
74
+ padding-bottom: 10px !important;
75
+ }
76
+
77
+ ```
78
+ ```