Integers
Soon to be Developer!
- Sep 22, 2012
- 119
- 7
This is what happens when I put padding in:
CSS:
You must be registered for see links
CSS:
Code:
wrapper {
width: 500px;
}
body {
background-color:#232323;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-shadow: 0px 1px 1px #FFF;
}
#top_login{
background-image:url(../images/top_login.PNG);
height:6px;
width:500px;
}
#mid_login{
background-image:url(../images/middle_login.PNG);
width:500px;
padding-left:5px;
}
#bot_login{
background-image:url(../images/bottom_login.PNG);
height:24px;
width:500px;
}