| Server IP : 173.209.174.21 / Your IP : 216.73.216.89 Web Server : Apache/2.4.58 (Ubuntu) System : Linux wcfs-server 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : nodor ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/wcfs/backup files/ |
Upload File : |
/* General Reset */
body, h1, h2, p {
margin: 0;
padding: 0;
font-family: 'Arial', sans-serif;
}
body {
background-color: #f8f6f1;
color: #333;
line-height: 1.8;
display: flex;
flex-direction: column;
min-height: 100vh;
}
header {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 20px 10%;
background-color: #6f4e37;
color: #fff;
}
header .logo img {
max-width: 100px;
}
header h1 {
font-size: 2.5em;
font-weight: bold;
letter-spacing: 1px;
margin-left: 20px;
margin-bottom: 5px;
}
header .slogan {
font-size: 1.2em;
font-weight: normal;
margin-left: 20px;
color: #dcdcdc;
}
.hero {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
padding: 40px 10%;
background: linear-gradient(to bottom, #ffffff, #f8f6f1);
gap: 20px;
}
.hero img {
max-width: 100%;
border: none;
border-radius: 15px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.hero p {
font-size: 1.4em;
text-align: left;
margin: 0;
}
.promotions {
padding: 40px 10%;
background-color: #eae6da;
border-top: 4px solid #6f4e37;
display: flex;
flex-direction: column;
align-items: center;
}
.promotions h2 {
font-size: 2em;
color: #6f4e37;
margin-bottom: 20px;
}
.promotion-box {
max-width: 800px;
width: 100%;
background-color: #fff;
border: 1px solid #ccc;
padding: 20px;
border-radius: 12px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.carousel {
margin: 40px auto;
max-width: 800px;
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.carousel img {
height: auto;
max-height: 500px;
object-fit: cover;
}
footer {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 10%;
background-color: #6f4e37;
color: #fff;
margin-top: auto;
}
footer p {
font-size: 1em;
margin: 0;
}