12 lines
167 B
CSS
12 lines
167 B
CSS
div#signUpAdvice {
|
|
width:200px;
|
|
font-weight:bold;
|
|
font-size:12px;
|
|
background:#eeeeee;
|
|
border:1px solid #000000;
|
|
}
|
|
th {
|
|
text-align:center;
|
|
background:#cccccc;
|
|
}
|