Mini Shell
.ep-welcome-banner {
position: relative;
/* ไล่สีจากม่วงเข้มไปม่วงสว่าง ให้ความรู้สึกทันสมัย */
background: linear-gradient(135deg, #4b1d7e 0%, #7b2cbf 100%);
padding: 60px 0 !important;
overflow: hidden;
color: #fff;
border-bottom: 5px solid rgba(0,0,0,0.1);
}
/* เพิ่มลูกเล่นลายเส้นจางๆ ที่พื้นหลัง */
.ep-welcome-banner::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url('https://www.transparenttextures.com/patterns/cubes.png'); /* ลายตารางจางๆ */
opacity: 0.1;
}
.welcome-content {
position: relative;
z-index: 2;
}
.welcome-tagline {
text-transform: uppercase;
letter-spacing: 3px;
font-size: 14px;
font-weight: 300;
margin-bottom: 10px;
opacity: 0.9;
color: #e0aaff; /* สีม่วงอ่อน */
}
.welcome-title {
font-size: 42px;
font-weight: 700;
margin: 0;
line-height: 1.2;
text-shadow: 2px 4px 10px rgba(0,0,0,0.2);
}
/* เน้นคำว่า English Program (EP) */
.welcome-title span {
color: #fff;
position: relative;
display: inline-block;
}
/* เส้นใต้สวยๆ */
.welcome-divider {
width: 80px;
height: 4px;
background: #ffbe0b; /* สีเหลืองทองตัดกับสีม่วง */
margin-top: 20px;
border-radius: 2px;
}
/* ปรับแต่งสำหรับมือถือ */
@media (max-width: 768px) {
.welcome-title {
font-size: 28px;
}
.ep-welcome-banner {
padding: 40px 0 !important;
text-align: center;
}
.welcome-divider {
margin-left: auto;
margin-right: auto;
}
}
Zerion Mini Shell 1.0