質問編集履歴

1

文法の修正

2021/06/13 07:52

投稿

Tttttttttttttt
Tttttttttttttt

スコア1

test CHANGED
File without changes
test CHANGED
@@ -94,7 +94,7 @@
94
94
 
95
95
 
96
96
 
97
- ```
97
+
98
98
 
99
99
 
100
100
 
@@ -106,6 +106,50 @@
106
106
 
107
107
  ### 補足情報(FW/ツールのバージョンなど)
108
108
 
109
+ こちらがPC用の元のCSSです。レスポンシブでもこちらが反映されるようになっています。
109
110
 
110
111
 
112
+
113
+ ```
114
+
115
+ ```css
116
+
117
+
118
+
119
+ .m2_3 {
120
+
121
+ font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
122
+
123
+ background-image: url(/wp-content/uploads/2020/05/midasi_green_800.png) !important;
124
+
125
+ background-repeat: no-repeat !important;
126
+
127
+ background-position: center !important;
128
+
129
+ max-width: 800px !important;
130
+
111
- ここにより詳細な情報を記載してください。
131
+ margin: 0 auto !important;
132
+
133
+ text-align: center !important;
134
+
135
+ text-align: bottom !important;
136
+
137
+ font-size: 36px !important;
138
+
139
+ color: #9CBB2B !important;
140
+
141
+ font-weight: normal !important;
142
+
143
+ border-bottom: solid 2px #9CBB2B !important;
144
+
145
+ margin-bottom: 30px !important;
146
+
147
+ padding-bottom: 10px !important;
148
+
149
+ }
150
+
151
+
152
+
153
+ ```
154
+
155
+ ```