16 lines
313 B
CSS
16 lines
313 B
CSS
|
|
.testy {
|
|
font:12px Arial;
|
|
width:500px;
|
|
text-align:center;
|
|
overflow:hidden;
|
|
}
|
|
.testy div {
|
|
width:auto;
|
|
text-align:left;
|
|
margin:1px;
|
|
padding:2px 5px;
|
|
letter-spacing:1px;
|
|
}
|
|
|