เสร็จแล้ว
✨ Trda sql
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .blox{ display: flex; width:100px; height: 100px; background: red; margin: 5px; } .blox2{ display: flex; width:100px; height: 100px; background: red; margin: 5px; } .blox3{ display: flex; width:100px; height: 100px; background: blue; margin: 5px; } .blox4{ display: flex; width:100px; height: 100px; background: blue; margin: 5px; } .blox5{ display: flex; width:100px; height: 100px; background: blue; margin: 5px; } </style> </head> <body> <div class = "blox"></div> <div class = "blox2"></div> <div class = "blox3"></div> <div class = "blox4"></div> <div class = "blox5"></div> <script src="" async defer></script> </body> </html>