Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

<!

DOCTYPE html>
<html>
<head>
<title>TikTok Coin</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}

header {
background-color: #000;
color: #fff;
padding: 20px;
}

header h1 {
margin: 0;
font-size: 24px;
}

main {
padding: 20px;
}

.container {
max-width: 800px;
margin: 0 auto;
}

.section {
margin-bottom: 40px;
}

.section h2 {
font-size: 20px;
margin-top: 0;
margin-bottom: 20px;
}

.section p {
margin-top: 0;
}

.section .button {
display: inline-block;
background-color: #000;
color: #fff;
padding: 10px 20px;
border-radius: 4px;
text-decoration: none;
margin-top: 10px;
}

footer {
background-color: #f0f0f0;
padding: 20px;
text-align: center;
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>TikTok Coin</h1>
</div>
</header>

<main>
<div class="container">
<div class="section">
<h2>Welcome to TikTok Coin!</h2>
<p>Get ready to unlock amazing rewards and enhance your TikTok
experience.</p>
<a href="#" class="button">Get Started</a>
</div>

<div class="section">
<h2>Why Choose TikTok Coin?</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Vestibulum mollis odio sit amet tristique tristique. Aenean faucibus feugiat est,
non pulvinar nunc pulvinar nec.</p>
</div>

<div class="section">
<h2>How It Works</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Vestibulum mollis odio sit amet tristique tristique. Aenean faucibus feugiat est,
non pulvinar nunc pulvinar nec.</p>
</div>
</div>
</main>

<footer>
<div class="container">
&copy; 2023 TikTok Coin. All rights reserved.
</div>
</footer>
</body>
</html>

You might also like