You are on page 1of 2

style

<style>

body {background-color: #18141c;}


hr { background-color: gray; height: 1px; border: 0; }

ul {
position: absolute;
right: 0px;
width: 450px;
text-align: center;
padding: 0px;
overflow: hidden;
list-style-type: none;
}

li a {
float: left;
display: block;
color: white;
padding: 0px 90px;
text-align: right;
text-decoration: none;
font-family: 'Anton', sans-serif;

.infobox {
color: white

</style>

<script type="text/javascript">

var contact = document.getElementById("contactBox");


contact.style.display = "none";
contact.style.position = "absolute";
contact.style.zIndex = 999;
contact.style.marginTop = "10px";
contact.style.color = "black";

function contactShow() {

contact.style.display = "";
}
function contactHide() {

contact.style.display = "none";
}
</script>

<script type="text/javascript">
var info = document.getElementById("infoBox");
info.style.display = "none";
info.style.position = "absolute";
info.style.zIndex = 999;
info.style.marginTop = "10px";
info.style.color = "black";

function buttonShow() {

info.style.display = "";
}
function buttonHide() {

info.style.display = "none";
}
</script>

<p style="background-color:black;color:white;">The accounts have been boosted by


hand and without cheats. It cannot get banned unless you cheat yourself</p>

You might also like