9 lines
71 B
CSS
9 lines
71 B
CSS
|
body {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
#container {
|
||
|
position: fixed;
|
||
|
}
|