This/* กำหนดพื้นหลังของเว็บไซต์ให้เป็นสีดำ */
body {
background-color: #1A1A1A;
color: #FFFFFF;
}
/* สไตล์หัวข้อ "รถบ้านคุณปิ่น" */
.site-title, .brand-name {
font-family: 'Kanit', sans-serif; /* ฟอนต์ไทยที่ดูทันสมัย */
font-weight: bold;
color: #FFFFFF;
text-transform: uppercase;
}
/* แถบสีเขียวและปุ่ม Buy Now */
.btn-buy-now, .green-accent {
background-color: #49FF00 !important;
color: #000000 !important;
font-weight: bold;
border-radius: 0px; /* ทรงเหลี่ยมตามรูป */
padding: 10px 25px;
text-transform: uppercase;
}
/* การตกแต่ง Card แสดงรถยนต์ */
.car-card {
background: #000000;
border-bottom: 5px solid #49FF00; /* แถบสีเขียวด้านล่าง */
transition: 0.3s;
}
.car-card:hover {
transform: translateY(-10px);
box-shadow: 0 10px 20px rgba(73, 255, 0, 0.2);
}
/* สีเบอร์โทรศัพท์และไอคอน */
.contact-info {
color: #49FF00;
font-size: 1.2rem;
font-weight: bold;
} is an example of a page. Unlike posts, which are displayed on your blog’s front page in the order they’re published, pages are better suited for more timeless content that you want to be easily accessible, like your About or Contact information. Click the Edit link to make changes to this page or add another page.