<!
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Mohsin's Personal Page</title>
<style>
body {
font-family: 'Arial', sans-serif;
background-color: #f5f5f5;
color: #333;
margin: 0;
padding: 0;
display: ex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
width: 90%;
max-width: 800px;
background-color: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
font-size: 2.5rem;
margin-bottom: 20px;
}
.about {
font-size: 1.1rem;
line-height: 1.6;
}
.footer {
text-align: center;
font-size: 0.9rem;
margin-top: 30px;
color: #888;
}
a{
color: #007b ;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<h1>Mohsin</h1>
<div class="about">
<p>Hello! I'm Mohsin, a passionate individual with a love for technology, design, and
problem-solving. I enjoy working on creative projects that challenge me and help me grow. Whether
it's coding, learning new tools, or experimenting with new ideas, I always strive to improve and keep
pushing the limits of my capabilities.</p>
<p>I'm always eager to collaborate on exciting projects, so feel free to reach out!</p>
</div>
<div class="footer">
<p>Connect with me: <a href="mailto:[email protected]">Email</a></p>
</div>
</div>
</body>
</html