I need assistance in creating a footer for my website, which can be visited at mavenpvp.cu.cc. Can someone guide me on how to achieve this look? I want the footer design to resemble that of mineplex.com
Kindly note that I am a beginner in CSS and HTML.
Below are the contents of index.html and layout.css:
index.html:
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Minecraft</title>
<link rel="stylesheet" href="style/layout.css">
<link href='http://fonts.googleapis.com/css?family=Sanchez' rel='stylesheet' type='text/css'>
<script src="js/jquery00.js"></script>
<script src="js/ticker00.js"></script>
<script type="text/javascript">
// jQuery code goes here
</script>
</head>
<body>
// HTML structure goes here
</body>
</html>
layout.css:
// CSS styles go here