My link to social media

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Assad Mirza</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
            color: #333;
        }
        .header {
            background-color: #4CAF50;
            color: white;
            padding: 10px 0;
            text-align: center;
        }
        .content {
            padding: 20px;
        }
        .social-links a {
            margin: 0 10px;
            text-decoration: none;
            color: #4CAF50;
        }
        .social-links a:hover {
            text-decoration: underline;
        }
        .footer {
            background-color: #333;
            color: white;
            text-align: center;
            padding: 10px 0;
            position: fixed;
            width: 100%;
            bottom: 0;
        }
    </style>
</head>
<body>
    <div class="header">
        <h1>Assad Mirza</h1>
        <p>Student & Office Assistant at Kaul Associates</p>
    </div>
    <div class="content">
        <h2>About Me</h2>
        <p>Hello! My name is Assad Mirza. I am a dedicated student and currently work as an office assistant at Kaul Associates. I strive to balance my academic pursuits with my professional responsibilities, ensuring excellence in both areas.</p>
        
        <h2>Contact Me</h2>
        <p>If you would like to get in touch, feel free to reach out through my social media profiles linked below.</p>
        
        <h2>Social Media</h2>
        <div class="social-links">
            <a href="https://www.instagram.com/itx_mirza1" target="_blank">Instagram</a>
            <a href="https://www.facebook.com/Itz Assad" target="_blank">Facebook</a>
        </div>
    </div>
    <div class="footer">
        <p>&copy; 2024 Assad Mirza</p>
    </div>
</body>
</html>

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.