From b896586c4d974e1efcf7b3e3996c9aefe935008c Mon Sep 17 00:00:00 2001 From: 65160381 <65160381@go.buu.ac.th> Date: Tue, 25 Mar 2025 03:15:00 +0000 Subject: [PATCH] Update file product.ejs --- views/product.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/product.ejs b/views/product.ejs index 90aadb0..f7361d4 100644 --- a/views/product.ejs +++ b/views/product.ejs @@ -10,7 +10,7 @@ <style> /* --- Background และตัวอักษร --- */ body { - background-color: #f81c1c; + background-color: #3bcaf5; color: #ffffff; font-family: Arial, sans-serif; } @@ -19,7 +19,7 @@ body { .container { max-width: 800px; margin-top: 50px; - background: #222; + background: #6d1313; padding: 24px; border-radius: 12px; box-shadow: 0 6px 12px rgba(255, 165, 0, 0.15); -- GitLab