9 lines
111 B
CSS
9 lines
111 B
CSS
|
#startPage .details {
|
||
|
width: 40%;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
#startPage .news {
|
||
|
width: 60%;
|
||
|
float: left;
|
||
|
}
|