css @charset "UTF-8"; body { font-family: "Bebas Neue", monospace; color: #000; background: #fff; } /* Styles for the subpage "meh" under "/subpages/meh-the-ancient-art" */ .meh { border: 4px solid #666; border-radius: 10px; padding: 20px; background: #f00; box-shadow: 0 0 10px #666; font-size: 24px; font-weight: bold; line-height: 30px; text-align: center; width: 500px; margin: 0 auto; display: block; text-transform: uppercase; } .meh h1 { color: #0ff; font-size: 36px; margin: 0 0 10px 0; } .meh p { color: #f00; font-size: 18px; margin: 0 0 10px 0; } .meh a { text-decoration: none; color: #0f0; font-size: 18px; margin: 0 0 10px 0; } .meh a:hover { text-decoration: underline; color: #ff0; } .meh .link { color: #f00; font-size: 18px; text-align: left; margin: 0 0 10px 0; padding: 10px; border: 1px solid #666; border-radius: 5px; background: #fff; width: 150px; display: inline-block; } /* Add some extra styling for the link */ .meh a:link, .meh a:visited { color: #f00; text-decoration: none; background: #f00; border-color: #f00; border-style: solid; border-width: 1px; border-radius: 5px; text-align: center; padding: 5px; display: block; width: 200px; margin: 0 0 10px 0; background: #f00; border: 1px solid #f00; box-shadow: 0 0 5px #f00; text-transform: none; }