10 lines
96 B
CSS
10 lines
96 B
CSS
|
|
body {
|
||
|
|
margin: 0px;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
#eye {
|
||
|
|
width: 1280px;
|
||
|
|
height: 720px;
|
||
|
|
}
|