Aragon Burner
Addicted
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Join Our Discord Community</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
.container {
max-width: 600px;
margin: 0 auto;
}
h1, p {
text-align: center;
}
.button-container {
text-align: center;
margin: 20px 0;
}
.discord-button {
display: inline-block;
padding: 10px 20px;
font-size: 16px;
text-decoration: none;
background-color: #7289DA;
color: #fff;
border-radius: 5px;
cursor: pointer;
}
.discord-button:hover {
background-color: #5b6e91;
}
</style>
</head>
<body>
<div class="container">
<h1>Join Our Discord Community!</h1>
<p>We're excited to connect with you on Discord and build a vibrant community together. Join our Discord channel to stay updated, chat with fellow members, and participate in exciting discussions and events!</p>
<div class="button-container">
<a href="https://discord.gg/burnerproject" class="discord-button" target="_blank">Join Discord Channel</a>
</div>
<p>We look forward to seeing you there!</p>
</div>
</body>
</html>
It;s causing one of the widgets on my page to be squezed out of its original dimensions.











