502-error-page / style.css
tatht's picture
Hãy viết giúp tôi một màn hình lỗi 502 thật đẹp
ed5308e verified
/* Basic reset and font smoothing */
*,
*::before,
*::after {
box-sizing: border-box;
}
html, body {
height: 100%;
}
body {
margin: 0;
font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, Apple Color Emoji, Segoe UI Emoji;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
/* Subtle scrollbars */
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-thumb {
background: rgba(148, 163, 184, 0.25);
border-radius: 9999px;
}
::-webkit-scrollbar-track {
background: transparent;
}
/* Focus styles */
:focus-visible {
outline: 2px solid rgba(99, 102, 241, 0.6);
outline-offset: 2px;
}
/* Animations */
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-6px); }
}
@keyframes glow {
0%, 100% { box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.12), 0 10px 30px -10px rgba(99, 102, 241, 0.28); }
50% { box-shadow: 0 0 0 2px rgba(168, 85, 247, 0.25), 0 25px 60px -12px rgba(168,{"ok":false,"message":"terminated"}