Hello guys,
I have just been working on some custom html/css i wanted to add to my xenforo forum.
It needs to be completely at the top but im not sure where to add it.
I might make some changes but for now, were do i put it?
I have just been working on some custom html/css i wanted to add to my xenforo forum.
It needs to be completely at the top but im not sure where to add it.
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<head>
<style>
div {
max-width: 1920px;
height: 43px;
background-color: #3D3D3D;
}
p.thicker {
font-weight: 650;
color: White;
top: 8px;
position: absolute;
font-size: 14px;
font-family: "Helvetica";
left: 370px;
width: 200px;
height: 100px;
}
p.iphover {
font-weight: 400;
color: #979797;
position: absolute;
top: 8px;
font-size: 14px;
font-family: "Helvetica";
left: 506px;
width: 200px;
height: 100px;
}
p.thickerb {
font-weight: 650;
color: White;
top: 8px;
position: absolute;
font-size: 14px;
font-family: "Helvetica";
right: 370px;
width: 200px;
height: 100px;
}
p.store {
font-weight: 400;
color: #979797;
position: absolute;
top: 8px;
font-size: 14px;
font-family: "Helvetica";
right: 270px;
width: 200px;
height: 100px;
}
p.line {
font-weight: 400;
color: #979797;
position: absolute;
top: 8px;
font-size: 14px;
font-family: "Helvetica";
right: 235px;
width: 200px;
height: 100px;
}
p.social {
font-weight: 400;
color: #979797;
position: absolute;
top: 8px;
font-size: 14px;
font-family: "Helvetica";
right: 230px;
width: 200px;
height: 100px;
}
a:link {
color: #979797;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #979797;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #9122a7;
background-color: transparent;
text-decoration: none;
}
</style>
</head>
<body>
<p class="thicker"><i class="fa fa-play-circle"></i> </i>Come play today!</li>
<p class="thickerb"></i>Visit us at our:</li>
<p class="line"></i>|</li>
<p class="iphover"><a href="http://www.luminousmc.com/"></i>play.luminousmc.com</li>
<p class="store"><a href="http://www.luminousmc.com/"></i>Store</li>
<p class="social"><a href="http://www.luminousmc.com/"></i>Twitter</li>
<div></div>
</body>
</html>
<html>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<head>
<style>
div {
max-width: 1920px;
height: 43px;
background-color: #3D3D3D;
}
p.thicker {
font-weight: 650;
color: White;
top: 8px;
position: absolute;
font-size: 14px;
font-family: "Helvetica";
left: 370px;
width: 200px;
height: 100px;
}
p.iphover {
font-weight: 400;
color: #979797;
position: absolute;
top: 8px;
font-size: 14px;
font-family: "Helvetica";
left: 506px;
width: 200px;
height: 100px;
}
p.thickerb {
font-weight: 650;
color: White;
top: 8px;
position: absolute;
font-size: 14px;
font-family: "Helvetica";
right: 370px;
width: 200px;
height: 100px;
}
p.store {
font-weight: 400;
color: #979797;
position: absolute;
top: 8px;
font-size: 14px;
font-family: "Helvetica";
right: 270px;
width: 200px;
height: 100px;
}
p.line {
font-weight: 400;
color: #979797;
position: absolute;
top: 8px;
font-size: 14px;
font-family: "Helvetica";
right: 235px;
width: 200px;
height: 100px;
}
p.social {
font-weight: 400;
color: #979797;
position: absolute;
top: 8px;
font-size: 14px;
font-family: "Helvetica";
right: 230px;
width: 200px;
height: 100px;
}
a:link {
color: #979797;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #979797;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #9122a7;
background-color: transparent;
text-decoration: none;
}
</style>
</head>
<body>
<p class="thicker"><i class="fa fa-play-circle"></i> </i>Come play today!</li>
<p class="thickerb"></i>Visit us at our:</li>
<p class="line"></i>|</li>
<p class="iphover"><a href="http://www.luminousmc.com/"></i>play.luminousmc.com</li>
<p class="store"><a href="http://www.luminousmc.com/"></i>Store</li>
<p class="social"><a href="http://www.luminousmc.com/"></i>Twitter</li>
<div></div>
</body>
</html>
I might make some changes but for now, were do i put it?
