/* * style.css * * This file contains the styles for the HTTP Status Codes documentation. * It is intended to be used in the en-US locale. */ body { font-family: Arial, sans-serif; margin: 20px; } h1 { color: #336699; } h2 { color: #557799; } ul { list-style-type: none; padding-left: 20px; } li { margin-bottom: 10px; } .status-code { background-color: #f0f8ff; border-radius: 4px; padding: 10px; display: inline-block; width: 40px; text-align: center; } .status-code span { font-weight: bold; } .example { margin-top: 20px; padding: 10px; background-color: #e0f0f8; border-radius: 4px; } .example p { margin: 0; } /* Responsive design */ @media (max-width: 600px) { body { font-size: 14px; } }