css /* Exceptional Exceptions of the Expectations */ body { background-color: #ff0000; /* Red */ font-family: "Comic Sans MS", "Comic Sans", sans-serif; font-size: 18px; line-height: 1.2; color: #000000; /* Black */ text-shadow: 0px 0px 0px #ff0000; /* Red text shadow */ margin: 0px; padding: 0px; border: 0px solid #000000; /* Black border */ } h1 { font-size: 36px; font-weight: bold; color: #ff0000; /* Red */ text-shadow: 2px 2px 2px #000000; /* Black text shadow */ border: 4px solid #000000; /* Black border */ margin: 0px 0px 20px 0px; padding: 10px 20px; background-color: #ffffff; /* White */ box-shadow: 4px 4px 4px #000000; /* Black box shadow */ position: relative; top: 20px; left: 20px; } h2 { font-size: 24px; font-weight: bold; color: #000000; /* Black */ text-shadow: 2px 2px 2px #ff0000; /* Red text shadow */ border: 4px solid #ff0000; /* Red border */ margin: 0px 0px 10px 0px; padding: 10px 20px; background-color: #ff0000; /* Red */ box-shadow: 4px 4px 4px #000000; /* Black box shadow */ position: relative; top: 40px; left: 40px; } p { font-size: 18px; color: #000000; /* Black */ text-shadow: 2px 2px 2px #ff0000; /* Red text shadow */ margin: 10px 20px 20px 20px; padding: 0px 0px 10px 0px; border: 2px solid #ff0000; /* Red border */ background-color: #ffffff; /* White */ box-shadow: 2px 2px 2px #000000; /* Black box shadow */ position: relative; top: 60px; left: 60px; } /* Exceptional Exceptions of the Expectations Subpages */ a { text-decoration: none; color: #000000; /* Black */ text-shadow: 2px 2px 2px #ff0000; /* Red text shadow */ border: 4px solid #000000; /* Black border */ margin: 0px 0px 10px 0px; padding: 10px 20px; background-color: #ff0000; /* Red */ box-shadow: 4px 4px 4px #000000; /* Black box shadow */ position: relative; top: 20px; left: 80px; font-size: 18px; font-weight: bold; } /* Exceptional Exceptions of the Expectations Navigation */ nav { position: fixed; top: 10px; left: 10px; z-index: 1; background-color: #000000; /* Black */ border: 4px solid #000000; /* Black border */ padding: 10px 20px; color: #ff0000; /* Red */ text-shadow: 2px 2px 2px #000000; /* Black text shadow */ font-size: 18px; font-weight: bold; } nav li { display: inline-block; margin-right: 20px; background-color: #000000; /* Black */ border: 4px solid #000000; /* Black border */ padding: 5px 10px; color: #ffffff; /* White */ text-shadow: 2px 2px 2px #000000; /* Black text shadow */ font-size: 18px; font-weight: bold; } nav a { text-decoration: none; color: #ffffff; /* White */ text-shadow: 2px 2px 2px #000000; /* Black text shadow */ border: 2px solid #000000; /* Black border */ margin: 0px 0px 0px 0px; padding: 5px 10px; background-color: #000000; /* Black */ box-shadow: 4px 4px 4px #000000; /* Black box shadow */ position: relative; top: 0px; left: 0px; font-size: 18px; font-weight: bold; } nav a:hover { background-color: #000000; /* Black */ color: #000000; /* Black */ text-shadow: 4px 4px 4px #ff0000; /* Red text shadow */ } /* Exceptional Exceptions of the Expectations Subpage Styles */ #subpage { position: relative; top: 100px; left: 100px; background-color: #ffffff; /* White */ border: 4px solid #000000; /* Black border */ padding: 20px 20px; font-size: 18px; font-weight: bold; }