diff --git a/design8.css b/design8.css index e57d5bc..b3b761a 100644 --- a/design8.css +++ b/design8.css @@ -1,3 +1,18 @@ +@media (orientation: landscape) { + h1{text-decoration: underline #9964fc;} +} +@media (orientation: portrait) { + h1{width: 10ex; + float: left; + font-size: 1em; + background: white; + padding: 1ex;} + } +@media print{ + h1, table,td,th, tr{color:#000000} +} + +body{background-color: #fff1d7;} table, td, th {border: 1px solid; border-collapse: collapse;} td{text-align: center;} th:first-child{background-color: #ffffff;}