Skip to content

Instantly share code, notes, and snippets.

@savivi
Created September 25, 2020 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save savivi/94e7e7cb1707b6c004e080891bf743f9 to your computer and use it in GitHub Desktop.
Save savivi/94e7e7cb1707b6c004e080891bf743f9 to your computer and use it in GitHub Desktop.
pictSPACEの「店舗の注意事項など」に横並びの通販委託先ボタンを設置するには。
<div style="font-size: 14px; font-weight: bold; width: 100%; margin: 0 auto; text-align: center; font-size: 14px;">
<a href="★ここにURL★" target="_blank" style="width: 32%; display:inline-block; margin-right: 1%; padding: 10px; margin-bottom: 10px 0; background-color: #ffc107; text-decoration: none; color: #d82329; white-space: nowrap;">とらのあな</a>
<a href="★ここにURL★" target="_blank" style="width: 32%; display:inline-block; margin-right: 1%; padding: 10px 0; margin-bottom: 10px; background-color: #2958d4; text-decoration: none; color: #fff; white-space: nowrap;">フロマージュ</a>
<a href="★ここにURL★" target="_blank" style="width: 32%; display:inline-block; padding: 10px 0; margin-bottom: 10px; background-color: #dc4d50; text-decoration: none; color: #fff; white-space: nowrap;">BOOTH</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment