7 lines
79 B
CSS
7 lines
79 B
CSS
|
body{
|
||
|
color:purple;
|
||
|
}
|
||
|
div#slider{
|
||
|
float: left;
|
||
|
margin:0.5em 1em 1em 0.5em;
|
||
|
}
|