css /* Exceptional Explanations for the Confused */ body { background-color: #000; color: #fff; font-family: "Helvetica", "Arial", "Comic Sans"; font-size: 12px; line-height: 1.5; margin: 0 20px; padding: 0; } h1 { color: #ff0; font-size: 24px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); border-bottom: 2px solid #000; margin-bottom: 8px; padding-bottom: 8px; } h2 { color: #00f; font-size: 18px; font-weight: normal; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); border-bottom: 2px solid #000; margin-bottom: 4px; padding-bottom: 4px; } h3 { color: #0ff; font-size: 14px; font-weight: normal; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); border-bottom: 2px solid #000; margin-bottom: 2px; padding-bottom: 2px; } h4 { color: #0f0; font-size: 12px; font-weight: normal; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); border-bottom: 2px solid #000; margin-bottom: 1px; padding-bottom: 1px; } h5 { color: #0ff; font-size: 10px; font-weight: normal; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); border-bottom: 2px solid #000; margin-bottom: 0.5px; padding-bottom: 0.5px; } h6 { color: #00f; font-size: 8px; font-weight: normal; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); border-bottom: 2px solid #000; margin-bottom: 0px; padding-bottom: 0px; } p { color: #fff; font-size: 10px; line-height: 1.5; margin: 10px 20px 20px 20px; padding: 10px; text-align: justify; background-color: #000; border: 2px solid #fff; border-radius: 5px; -webkit-transition: background-color 2s ease; transition: background-color 2s ease; } a { text-decoration: none; color: #0ff; font-size: 12px; border-bottom: 2px solid #000; margin-bottom: 8px; padding-bottom: 8px; background: linear-gradient(#000, #fff); border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); transition: background 2s; } a:hover { background: linear-gradient(#fff, #000); transition: background 2s; } img { width: 100%; height: 200px; background-size: 100%; border: 2px solid #000; margin: 0; padding: 0; } #exceptional-explanations { font-size: 14px; font-weight: bold; text-transform: uppercase; color: #0ff; border-top: 2px solid #000; border-bottom: 2px solid #000; margin-top: 20px; padding-top: 20px; background: linear-gradient(#000, #fff); border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); transition: background 2s; } .exceptional-explanations { font-size: 12px; font-weight: normal; text-transform: none; color: #000; margin: 10px 20px 20px 20px; padding: 10px; background: linear-gradient(#fff, #000); border: 2px solid #000; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); transition: background 2s; } .exceptional-explanations img { width: 100%; height: 150px; margin: 0; padding: 0; background-size: 100%; border: 2px solid #000; } /* Exceptional Explanations for the Confused */ #exceptional-explanations p { color: #fff; font-size: 10px; line-height: 1.5; margin: 10px 20px 20px 20px; padding: 10px; background: linear-gradient(#000, #fff); border: 2px solid #fff; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); transition: background 2s; } #exceptional-explanations a { text-decoration: none; color: #0ff; font-size: 12px; border-bottom: 2px solid #000; margin-bottom: 8px; padding-bottom: 8px; background: linear-gradient(#000, #fff); border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); transition: background 2s; }