@charset "utf-8"; /** * Stylesheet for "BIND DNS Server on a Local Network" test sites * Author: thirdbeach.ca * Created: 2017-04-03 * Updated: 2020-06-17 * Validated: 2020-06-17 */ body{ font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; line-height: 130%; background-color: #1A6A5F; } #content{ max-width: 960px; margin: 2em auto; padding: 2em; border: 1px solid #000; border-radius: 1em; box-shadow: .2em .2em .7em #000; background-color: #70a538; } h1 { margin-bottom: 1.2em; font-size: 2em; font-weight: normal; text-shadow: .1em .1em .1em #000; } #about { margin-bottom: 2em; padding: 1em; border-radius: .5em; background: rgba(76, 175, 80, 0.4); } #about p { margin: 0 0 .5em 0; padding: 0; } #about div { margin-left: 1em; } /* media queries */ @media only screen and (max-width: 700px) { body { font-size: 1.1em; } h1 { line-height: 120%; font-size: 2em; margin-bottom: 1em; } #about { margin-bottom: 1.5em; } input#pattern, input#subject { font-weight: bold; } } @media only screen and (max-width: 530px) { body { font-size: 1.2em; margin: 3px; } #content { margin: 1em auto; padding: .7em; box-shadow: none; } #about div { margin-left: 0; } }