i was trying to make my website but when i try to make a navbar but for some reason the links at the top are cut off. I think this is a bug within the actual Hypertext Markup Language (HTML) and i want to know how to fix it. Also if this is a bug that i found, would i payed for a bug bounty? if so, hit me up HTMLers!
heres the code for the html
<html lang="en">
<head>
<script src="js/crash.js"></script>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="css/crash.css" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<title>Crash</title>
</head>
<style>
@font-face {
font-family: djoker; src: url('fonts/Djoker State.ttf');
}
@font-face {
font-family: muller;
src: url('fonts/muller.ttf');
}
</style>
<body onload="onload()">
<p style="position: absolute;" class="logo">Fake</p>
<ul class="top">
<li style=""><a href="mines.html">Mines</a></li>
<li style=""><a href="crash.html">Crash</a></li>
</ul>
<div class="balance" id="balance">Balance: ...</div>
<br>
<br>
<br>
<br>
<br>
<br>
<div>
<input id="betInput" type="text">
<button id="start" onclick="start()">Start Crash</button>
<div id="multiplier"></div>
<div class="winnings"id="winnings"></div>
</div>
</body>
</html>
okay thank you HTMLers! this will be a big help and remember, if you can get me paid for this buggy bounty hit me up, i need this bag because nobodys hiring me for a jobby
i tried to make the navbar work but it doesnt i was expecting it to work
Derukugi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.