12 lines
156 B
CSS
12 lines
156 B
CSS
.viewer {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: black;
|
|
}
|
|
|
|
#upperHalf {
|
|
height: 75%;
|
|
width: 100%;
|
|
} |