Welcome to Autoposting, the ultimate solution for effortless social media management. Our platform allows users to schedule and automate posts across multiple platforms like Facebook, Instagram, and YouTube with ease and efficiency.
Developed and maintained by Nexsko Web Private Limited, we are committed to empowering individuals and businesses with innovative web tools that save time and boost productivity. Our mission is to simplify digital marketing and make content automation accessible to everyone.
Join thousands of satisfied users who rely on our platform for seamless auto-posting and experience the power of smart automation designed to grow your online presence effortlessly.
.about-section {
background-color: #ffffff; /* adjust to match template */
padding: 30px 20px;
border-radius: 10px;
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
max-width: 900px;
margin: 40px auto;
font-family: 'Arial', sans-serif;
color: #333;
}
.about-section h1 {
font-size: 32px;
color: #3bc6b9;
text-align: center;
margin-bottom: 20px;
}
.about-section p {
font-size: 16px;
line-height: 1.7;
margin-bottom: 15px;
text-align: justify;
}
.about-section .highlight {
font-weight: bold;
color: #3bc6b9;
}
.about-section img {
display: block;
max-width: 250px;
margin: 20px auto;
border-radius: 50%;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
.about-section {
padding: 20px 15px;
}
.about-section h1 {
font-size: 26px;
}
.about-section p {
font-size: 14px;
}
.about-section img {
max-width: 150px;
}
}