Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. 必要に応じてのHTML・CSS(サロン用)
  2.  
  3. //レイアウト2カラム
  4.  
  5. <div class="post_row"><div class="post_col post_col-2">ここに左カラムに表示させたい任意のテキストや画像タグを入力します。</div><div class="post_col post_col-2">ここに右カラムに表示させたい任意のテキストや画像タグを入力します。</div></div>
  6.  
  7. //レイアウト3カラム
  8.  
  9. <div class="post_row"><div class="post_col post_col-3">ここに左カラムに表示させたい任意のテキストや画像タグを入力します。</div><div class="post_col post_col-3">ここに中央カラムに表示させたい任意のテキストや画像タグを入力します。</div><div class="post_col post_col-3">ここに右カラムに表示させたい任意のテキストや画像タグを入力してください。</div></div>
  10.  
  11. //H2見出し①
  12. <h2 class="style2a">H2見出しa</h2>
  13.  
  14. //H2見出し②
  15. <h2 class="style2b">H2見出しb</h2>
  16.  
  17. //H3見出し
  18. <h3 class="style3a">H3見出しa</h3>
  19.  
  20. //H4見出し
  21. <h4 class="style4a">H4見出しa</h4>
  22.  
  23. //H5見出し①
  24. <h5 class="style5a">H5見出しa</h5>
  25.  
  26. //H5見出し②
  27. <h5 class="style5b">H5見出しb</h5>
  28.  
  29. //囲み枠①
  30. <p class="well">囲み枠a</p>
  31.  
  32. //囲み枠②
  33. <p class="well2">囲み枠b</p>
  34.  
  35. //囲み枠③
  36. <p class="well3">囲み枠c</p>
  37.  
  38. //フラットボタン
  39. <a href="#" class="q_button">フラットボタン</a>
  40.  
  41. //フラットボタンS
  42. <a href="#" class="q_button sz_s">フラットボタン-S</a>
  43.  
  44. //フラットボタンL
  45. <a href="#" class="q_button sz_l">フラットボタン-L</a>
  46.  
  47. //フラットボタン青
  48. <a href="#" class="q_button bt_blue">フラットボタン-blue</a>
  49.  
  50. //フラットボタン緑
  51. <a href="#" class="q_button bt_green">フラットボタン-green</a>
  52.  
  53. //フラットボタン赤
  54. <a href="#" class="q_button bt_red">フラットボタン-red</a>
  55.  
  56. //フラットボタン黄色
  57. <a href="#" class="q_button bt_yellow">フラットボタン-yellow</a>
  58.  
  59. //角丸ボタン
  60. <a href="#" class="q_button rounded">角丸ボタン</a>
  61.  
  62. //角丸ボタンS
  63. <a href="#" class="q_button rounded sz_s">角丸ボタン-S</a>
  64.  
  65. //角丸ボタンL
  66. <a href="#" class="q_button rounded sz_l">角丸ボタン-L</a>
  67.  
  68. //ラウンドボタン
  69. <a href="#" class="q_button pill">ラウンドボタン</a>
  70.  
  71. //ラウンドボタンS
  72. <a href="#" class="q_button pill sz_s">ラウンドボタン-S</a>
  73.  
  74. //ラウンドボタンL
  75. <a href="#" class="q_button pill sz_l">ラウンドボタン-L</a>
  76.  
  77. //youtube動画
  78. <div class="ytube">ここにYoutubeの埋め込みコードを入力してください</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement