Card B
✨ SASITHORN SRIJUN
<!DOCTYPE html> <html> <head> <title>ไร่ขิงพี่เหน่ง</title> <style> body{ background-color:#DAF7A6; margin:0; } .title-bar{ background:blue; height:45px; margin-top:0px; } .footer-bar{ position: fixed; left: 0; bottom: 0; width: 100%; height:45px; background-color: red; color: white; } </style> </head> <body> <div class="title-bar"> ไร่ขิงพี่เหน่ง </div> <div class="footer-bar"> ไร่ขิงพี่เหน่ง </div> </body> </html>