15 lines
118 B
CSS
15 lines
118 B
CSS
nav,footer{
|
|
display: none;
|
|
}
|
|
|
|
#btn-print{
|
|
display: none;
|
|
}
|
|
|
|
#information-sup{
|
|
display: none;
|
|
}
|
|
|
|
*{
|
|
color: black;
|
|
} |