Skip to content

Instantly share code, notes, and snippets.

View Data0831's full-sized avatar

Data0831 Data0831

View GitHub Profile
/* --- Start of alert.css --- */
#alert-container {
position: fixed;
top: 20px;
right: 20px;
width: 300px;
z-index: 9999;
}
.alert {