OwlCyberSecurity - MANAGER
Edit File: style.css
:root { font-size: 18px; } * { margin: 0; padding: 0; box-sizing: border-box; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ input[type=number] { -moz-appearance: textfield; } body { padding: 1rem .8rem; font-family: cursive; } .container { width: 100%; max-width: 800px; margin: auto; border: 3px solid black; padding: .5rem; text-align: center; } h1, h2, h3, h4, h5, h6 { margin-bottom: .3em; } .generator-form-table { border-spacing: 0 .6em; margin-bottom: .3em; } .generator-form-table th { text-align: left; width: 18%; } .generator-form-table tr td > * { width: 100%; } .generator-form-table tr td:not(:first-of-type) { padding: 0 .5em; } .generator-form-table, .results-area { width: 100%; max-width: 600px; margin: auto; } .generator-form-table input, .generator-form-table select, .results-area textarea { font-size: 1em; padding: .1em .3em; } .button-group { margin: .3em auto; display: flex; width: 100%; max-width: 600px; gap: 5px; } .button-action { padding: .4em .3em; width: 100%; color: white; border: none; border-radius: 3px; font-size: .9em; font-weight: bold; } .button-action:hover { background-color: #004fa3; } .button-action:first-of-type { background-color: #007bff; } .button-action:first-of-type:hover { background-color: #004fa3; } .button-action:last-of-type { background-color: #dc3545; } .button-action:last-of-type:hover { background-color: #a00b1a; } .results-area textarea { width: 100%; resize: vertical; } .result-area { position: relative; } .result-area .copy { background-color: #198754; color: white; padding: .25em .5em; border-radius: 3px; border: none; position: absolute; top: 2.8em; right: .5em; } .result-area .copy:hover { background-color: #05532f; } .result-area h4 { } @media screen and (max-width: 575px) { :root { font-size: 14px; } .result-area .copy { top: 2.2em; right: .35em; } }