Speedtest
Test your Internet Speed
Get accurate results in seconds
Fast & Reliable
Our speed test is trusted by millions worldwide for its accuracy and reliability.
Easy to Use
Simply click "Start Test" and get your results instantly without any hassle.
Mobile Friendly
Test your internet speed on any device, whether it's a smartphone, tablet, or desktop.
"Speedtest helped me diagnose my internet connection issues quickly. Highly recommended!"
- John Doe
"I use Speedtest regularly to ensure I'm getting the speed I pay for from my ISP. It's been very useful."
- Jane Smith
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {font-family: Arial, sans-serif;
line-height: 1.6;
}
a {
text-decoration: none;
color: #007bff;
}
a:hover {
color: #0056b3;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.logo {
height: 4rem;
}
.navigation ul {
display: flex;
list-style-type: none;
}
.navigation li {
margin-right: 1rem;
}
.main {
padding: 2rem;
}
.hero {
background-image: url('hero-background.jpg');
background-size: cover;
background-position: center;
height: 50vh;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
color: #fff;
}
.hero-content {
max-width: 40rem;
}
.features {
display: flex;
justify-content: space-between;
align-items: center;
margin: 3rem 0;
}
.feature-item {
text-align: center;
}
.feature-item img {
width: 6rem;
height: 6rem;
object-fit: cover;
margin-bottom: 1rem;
}
.testimonials {
margin: 3rem 0;
}
.testimonial {
margin-bottom: 2rem;
}
.testimonial blockquote {
font-style: italic;
font-size: 1.2rem;
margin-bottom: 1rem;
}
.footer {
background-color: #f8f9fa;
padding: 1rem;
text-align: center;
}
.footer-links {
display: flex;
list-style-type: none;
margin-left: 1rem;
}
.footer-links li {
margin-right: 1rem;
}
0 Comments