บทความ

กำลังแสดงโพสต์จาก มีนาคม, 2021

Example

รูปภาพ
 float : https://www.w3schools.com/css/css_float_examples.asp https://www.w3schools.com/css/tryit.asp?filename=trycss_float_boxes_flex c0de <!DOCTYPE html> <html> <head> <style> .flex-container {   display: flex;   flex-wrap: nowrap;   background-color: DodgerBlue; } .flex-container .box {   background-color: #f1f1f1;   width: 50%;   margin: 10px;   text-align: center;   line-height: 75px;   font-size: 30px; } </style> </head> <body> <h1>Flexible Boxes</h1> <div class="flex-container">   <div class="box">Box 1 - This is some text to make sure that the content gets really tall. This is some text to make sure that the content gets really tall.</div>   <div class="box">Box 2 - My height will follow Box 1.</div> </div> <p>Try to resize the browser window to see the flexible layout.</p> <p><strong>Note:</strong> Flexbox is not supported in Int

create custom blog to your website

เพิ่มให้ blog ใช้ Font Awesome แก้ไข jump link / break link set default font size blog เพิ่ม link ให้โทรหา tel: remove svg icon (บนสุดของหน้า) ซึ่งจะแสดงลิงก์ไป profile remove Atom subscript link remove report abuse remove powered by blogger  แก้สีส่วนหัว สีชื่อเว็บ เพิ่ม code link style sheet  ก่อน <style> remove pencil icon remove wrench icon เรียงภาพ / ประกอบภาพกับข้อความ ด้วย flexible box