1
Suggestions & Requests / someone should make a working weapon shop system
« on: May 17, 2015, 09:43:51 PM »
current one is broken lmao- only some items can be bought and i have no solution for it. can someone make a functioning one
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.




furdle raided this picture

h1 {Here is the HTML page as of now
font-family:impact;
color:white;
text-align: center;
}
p {
position:relative;
font-family:monospace;
font-size: 15px;
color:white;
text-align: center;
}
body {
background-image: url(bg.png);
background-repeat: no-repeat;
}
div {
font-family:impact;
margin: auto;
text-align: center;
border-radius: 3px;
border-style: solid:
height:70px;
width:140px;
background-color:lightcoral;
border: solid 1px darkred;
}
.youtube {
font-size: 15px;
text-decoration:none;
color:whitesmoke;
}
<DOCTYPE html>if someone with good experience with CSS and HTML could help me out and possibly point out a few errors i need to fix, that'd be wonderful!
<head><link rel=stylesheet href="stylesheet.css" type="text/css"/></head>
<h1>Maxx's Datahub</h1>
<p class="intro">Hello and welcome to my datahub!</p>
<p class="intro">I am currently using this as a storage for files and information.</font></p>
<div><a class="youtube" href="http://www.youtube.com/user/Thebigmaxx">YouTube Channel</a></div>
<p><a href="Videos/videos.html">Videos on Datahub</a></p>
<p><a href="Files/Files.html">Files</a></p>
</body>
</html>