12 lines
183 B
CSS
12 lines
183 B
CSS
#users-container {
|
|
width: 640px;
|
|
height: 480px;
|
|
text-align: center;
|
|
}
|
|
|
|
#users-box {
|
|
background-color: #20B0FF;
|
|
width: 280px;
|
|
height: 280px;
|
|
margin: auto;
|
|
} |