Line 17: |
Line 17: |
| font-size: 150%; | | font-size: 150%; |
| | | |
− | .News {
| + | h1 { |
− | overflow: hidden;
| + | text-align: left; |
− | line-height: 50px;
| + | font-weight: bold; |
− | | |
− | transition: all .5s ease-in-out;
| |
− | height: 0;
| |
| } | | } |
| | | |
− | .News:target {
| + | h1:hover { |
− | height: 50px;
| + | color: blue; |
− | }
| + | font-size: 200%; |
− | | |
− | h2 {
| |
− | text-align: left;
| |
− | font-weight: bold; | |
| } | | } |
| }} | | }} |