I Need Some CSS Help

Status
Not open for further replies.

Meap

Don't need glasses if you C#
Nov 7, 2010
1,045
296
well ive been working on my new index and I cant get my facebook thing to align in the center
heres the code for it
can someone help me

Code:
.loginBox {
	width: 210px;
  float: left; 
  background-color: #FFFFFF; 
  border: solid #333333 1px;
  padding: 10px; 
  margin-top: 115px;
  margin-left: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: auto;
}
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
A picture of how it looks might help. Please post one.

Also, if you want to prove people that you can code, you shouldn't be ripping index's.
 
Status
Not open for further replies.

Users who are viewing this thread

Top