16 lines
127 B
CSS
16 lines
127 B
CSS
body {
|
|
visibility: hidden
|
|
}
|
|
|
|
.navmargin {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
h2 {
|
|
white-space: normal;
|
|
}
|
|
|
|
table {
|
|
margin: 20px;
|
|
}
|