Advertisement
Katsiree

howto looto

Dec 9th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 5.90 KB | None | 0 0
  1. <style>
  2.        html {
  3.             scroll-behavior: smooth;
  4.         }  
  5. </style>
  6.  
  7. <div class="container shadow mt-3 text-center pb-3">
  8.  
  9.      <div class="mt-3" id="Select_menu" style=" display: inline-block; ">
  10.          <h3 style="margin: -10px 25px;">
  11.              <i><b>วิธีเล่นหวย</b></i></h3>
  12.          <hr style=" border: 2px solid #6f1414; ">
  13.  
  14.          <br>
  15.          <a href="#thai" class="btn btn-outline-primary">หวยไทย</a>
  16.          <a href="#vietnam" class="btn btn-outline-danger ml-1">หวยเวียดนาม</a>
  17.          <a href="#laos" class="btn btn-outline-success ml-1">หวยลาว</a>
  18.          <a href="#malaysia" class="btn btn-outline-warning ml-1">หวยมาเลเซีย</a>
  19.          <a href="#singapore" class="btn btn-how btn-outline-info ml-1">หวยสิงค์โปร</a>
  20.      </div>
  21.  
  22.      <div class="thai mt-5" id="thai">
  23.          <h3> <img src="https://cdn.countryflags.com/thumbs/thailand/flag-400.png" alt=""
  24.                 style="width:50px; margin-right: 10px;position: relative;"> <u><b>หวยไทย
  25.                      (หวยรัฐบาล)</b></u></h3>
  26.          <h5>ออกทุกวันที่ 1 และ 16 ของทุกเดือน เวลา 15:30 น.</h5>
  27.          <h5>(ปิดแทง เวลา 15:25 น. ของวันหวยออก)</h5>
  28.          <h6>
  29.              สามารถเช็คผลหวยได้ที่ <a target="_blank"
  30.                 href="http://www.glo.or.th/"><i><u>http://www.glo.or.th/</u></i></a></h6>
  31.  
  32.          <img src="thai_example.jpg" alt="หวยไทย">
  33.      </div>
  34.  
  35.      <hr>
  36.  
  37.      <div class="vn mt-3" id="vietnam">
  38.          <h3> <img src="https://cdn.countryflags.com/thumbs/vietnam/flag-400.png" alt=""
  39.                 style="width:50px; margin-right: 10px;position: relative;"> <u><b>หวยเวียดนาม
  40.                      (หวยฮานอย)</b></u></h3>
  41.          <h5>ออกทุกวัน เวลา 18:30 น.</h5>
  42.          <h5>(ปิดแทง เวลา 18:00 น. ของวันหวยออก)</h5>
  43.          <h6>
  44.              สามารถเช็คผลหวยได้ที่ <a target="_blank" href="https://xskt.com.vn/"><i><u>https://xskt.com.vn/</u></i></a>
  45.          </h6>
  46.  
  47.          <img src="vietnam_example.jpg" alt="หวยเวียดนาม">
  48.          <div style="position: relative;text-align: right;">
  49.              <a href="#Select_menu" class="btn btn-outline-secondary"><i class="fas fa-chevron-up"></i>
  50.                  <small>กลับสู่ด้านบน</small></a>
  51.          </div>
  52.      </div>
  53.  
  54.      <hr>
  55.  
  56.      <div class="vn mt-3" id="laos">
  57.          <h3> <img src="https://cdn.countryflags.com/thumbs/laos/flag-400.png" alt=""
  58.                 style="width:50px; margin-right: 10px;position: relative;"> <u><b>หวยลาว
  59.                  </b></u></h3>
  60.          <h5> ออกรางวัลทุกวันพุธ</h5>
  61.          <h5>(ปิดรับแทงจนถึง 20:12 น. ของวันหวยออก)</h5>
  62.          <h6>
  63.              สามารถเช็คผลหวยได้ที่ <a target="_blank" href="https://laodl.com/"><i><u>https://laodl.com/</u></i></a>
  64.          </h6>
  65.  
  66.          <img src="laos_example.jpg" alt="หวยลาว">
  67.          <div style="position: relative;text-align: right;">
  68.              <a href="#Select_menu" class="btn btn-outline-secondary"><i class="fas fa-chevron-up"></i>
  69.                  <small>กลับสู่ด้านบน</small></a>
  70.          </div>
  71.      </div>
  72.  
  73.      <hr>
  74.  
  75.      <div class="vn mt-3" id="malaysia">
  76.          <h3> <img src="https://cdn.countryflags.com/thumbs/malaysia/flag-400.png" alt=""
  77.                 style="width:50px; margin-right: 10px;position: relative;"> <u><b>หวยมาเลเซีย
  78.                  </b></u></h3>
  79.          <h5>ออกรางวัลทุกวันพุธ, เสาร์, อาทิตย์</h5>
  80.          <h5>(เปิดรับแทงจนถึง 18:00 น. ของวันหวยออก)</h5>
  81.          <h6>
  82.              สามารถเช็คผลหวยได้ที่ <a target="_blank"
  83.                 href="http://www.magnum4d.my/"><i><u>http://www.magnum4d.my/</u></i></a>
  84.          </h6>
  85.  
  86.          <img src="malaysia_example.jpg" alt="หวยมาเลเซีย">
  87.          <div style="position: relative;text-align: right;">
  88.              <a href="#Select_menu" class="btn btn-outline-secondary"><i class="fas fa-chevron-up"></i>
  89.                  <small>กลับสู่ด้านบน</small></a>
  90.          </div>
  91.      </div>
  92.  
  93.      <hr>
  94.  
  95.      <div class="vn mt-3" id="singapore">
  96.          <h3> <img src="https://cdn.countryflags.com/thumbs/singapore/flag-400.png" alt=""
  97.                 style="width:50px; margin-right: 10px;position: relative;"> <u><b>หวยสิงค์โปร
  98.                  </b></u></h3>
  99.          <h5>ออกรางวัลทุกวันพุธ, เสาร์, อาทิตย์</h5>
  100.          <h5>(เปิดรับแทงจนถึง 17:00 น. ของวันหวยออก)</h5>
  101.          <h6>
  102.              สามารถเช็คผลหวยได้ที่ <a target="_blank"
  103.                 href="https://online.singaporepools.com/en/lottery"><i><u>https://online.singaporepools.com/en/lottery</u></i></a>
  104.          </h6>
  105.  
  106.          <img src="singapore_example.jpg?v=111" alt="หวยเวียดนาม">
  107.  
  108.          <div style="position: relative;text-align: right;">
  109.              <a href="#Select_menu" class="btn btn-outline-secondary"><i class="fas fa-chevron-up"></i>
  110.                  <small>กลับสู่ด้านบน</small></a>
  111.          </div>
  112.      </div>
  113.      <br>
  114.  
  115.  
  116.  </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement