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

質問編集履歴

3

ソースコードの追加

2020/08/15 05:13

投稿

Kindy
Kindy

スコア5

title CHANGED
File without changes
body CHANGED
@@ -19,5 +19,10 @@
19
19
  <div class="access-site">
20
20
  <a class="apple-store" href="https://apps.apple.com/jp/app/apple-store/id375380948?mt=8" style="display:inline-block;overflow:hidden;background:url(https://linkmaker.itunes.apple.com/ja-jp/badge-lrg.svg?releaseDate=2011-09-21&kind=iossoftware&bubble=ios_apps) no-repeat;width:135px;height:40px;"></a>
21
21
  <a class="google-play" href='http://play.google.com/store/?pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Google Play で手に入れよう' src='https://play.google.com/intl/us-en/badges/static/images/badges/ja_badge_web_generic.png' width="170px" height="60px" /></a>
22
- </div>
22
+ </div>
23
+ ```
24
+ ```css
25
+ .apple-store {
26
+ padding-right: 50px;
27
+ }
23
28
  ```

2

ソースコードの追加

2020/08/15 05:13

投稿

Kindy
Kindy

スコア5

title CHANGED
File without changes
body CHANGED
@@ -11,4 +11,13 @@
11
11
  ※赤い枠の中にある、青でマークされたのが該当箇所です
12
12
 
13
13
  もしお時間よろしければ、解決方法をご教授して下さると幸いです。
14
- どうぞよろしくお願いします。
14
+ どうぞよろしくお願いします。
15
+
16
+ 《追記》
17
+ ※ソースコードを記載するのを忘れていました。失礼しました。
18
+ ```html
19
+ <div class="access-site">
20
+ <a class="apple-store" href="https://apps.apple.com/jp/app/apple-store/id375380948?mt=8" style="display:inline-block;overflow:hidden;background:url(https://linkmaker.itunes.apple.com/ja-jp/badge-lrg.svg?releaseDate=2011-09-21&kind=iossoftware&bubble=ios_apps) no-repeat;width:135px;height:40px;"></a>
21
+ <a class="google-play" href='http://play.google.com/store/?pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Google Play で手に入れよう' src='https://play.google.com/intl/us-en/badges/static/images/badges/ja_badge_web_generic.png' width="170px" height="60px" /></a>
22
+ </div>
23
+ ```

1

文法の修正

2020/08/15 05:11

投稿

Kindy
Kindy

スコア5

title CHANGED
File without changes
body CHANGED
@@ -1,6 +1,7 @@
1
- 拙い回答いただけると幸いです。
1
+ 拙い質問ですが回答いただけると幸いです。
2
2
 
3
+ 現在模写コーディングを行っています。
3
- 現在模写コーディングを行っておりまして、モデルサイトはこちらです➡https://flowr.is/
4
+ (※モデルサイトはこちらです➡https://flowr.is/
4
5
 
5
6
  今はapple storeとgoogle playのバッジを貼り付ける段階にいるのですが、うまく2つのバッジの位置を調整できません。
6
7