default.css

/* Replace deeppink with your color */ html, body { margin: 0; padding: 0; height: 100%; width: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-overflow-scrolling: touch; } /* scrollbar */ *::-webkit-scrollbar { width: 10px !important; } *::-webkit-scrollbar-thumb { background-color: deeppink; } *::-webkit-scrollbar-track { background: #fff; } /* selection of text */ ::selection { background: deeppink; color: white; } ::-moz-selection { background: deeppink; color: white; } hr { display:block; border:0; height:3px; width: 100%; background-color: deeppink; } img { border: none; display: block; max-width: 100%; outline-style: none; } message { background-color: deeppink; display: flex; padding: 30px; color: white; font-weight: bold; } /* Use for User-Information <message></message> */

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.