Skip to content

Add HTML structure for Musa Halilu Business webpage#19

Open
musamairabomuhammadhalilu-sketch wants to merge 1 commit into
Hackertrackersj:masterfrom
musamairabomuhammadhalilu-sketch:patch-3
Open

Add HTML structure for Musa Halilu Business webpage#19
musamairabomuhammadhalilu-sketch wants to merge 1 commit into
Hackertrackersj:masterfrom
musamairabomuhammadhalilu-sketch:patch-3

Conversation

@musamairabomuhammadhalilu-sketch

Copy link
Copy Markdown

HTML

<title>Musa Halilu Business</title> <style> body { font-family: sans-serif; text-align: center; background-color: #f4f4f4; } header { background: #2c3e50; color: white; padding: 20px; } .content { margin-top: 50px; font-size: 24px; color: #333; } </style>

Musa Halilu Business

Welcome to the sky-high world of innovation.

Contact Musa

HTML

<!DOCTYPE html>
<html>
<head>
    <title>Musa Halilu Business</title>
    <style>
        body { font-family: sans-serif; text-align: center; background-color: #f4f4f4; }
        header { background: #2c3e50; color: white; padding: 20px; }
        .content { margin-top: 50px; font-size: 24px; color: #333; }
    </style>
</head>
<body>
    <header>
        <h1>Musa Halilu Business</h1>
    </header>
    <div class="content">
        <p>Welcome to the sky-high world of innovation.</p>
        <button>Contact Musa</button>
    </div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant