| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/plainmotors.net/wwwroot/test/ |
Upload File : |
/* General Reset */
body, h1, p, a {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
}
/* Container */
.container {
width: 100%;
max-width: 600px;
margin: 0 auto;
background-color: #ffffff;
border: 1px solid #dddddd;
}
/* Header */
.header {
background-color: #f8f8f8;
padding: 20px;
}
.header-img {
width: 100%;
height: auto;
}
/* Content */
.content {
padding: 20px;
text-align: center;
}
.content h1 {
font-size: 24px;
color: #333333;
margin-bottom: 20px;
}
.content p {
font-size: 16px;
color: #666666;
margin-bottom: 20px;
}
.button {
display: inline-block;
padding: 10px 20px;
font-size: 16px;
color: #ffffff;
background-color: #007bff;
text-decoration: none;
border-radius: 5px;
}
.button:hover {
background-color: #0056b3;
}
/* Footer */
.footer {
background-color: #f8f8f8;
padding: 20px;
text-align: center;
font-size: 14px;
color: #666666;
}
.footer a {
color: #007bff;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}