Skip to content

Instantly share code, notes, and snippets.

View Refex0110's full-sized avatar

Rafael Lorente Padovan Refex0110

View GitHub Profile
.blinking-alert {
padding: 15px;
border-radius: 5px;
color: white;
font-weight: bold;
font-size: 1.5rem;
text-align: center;
background-color: var(--background-color, red);
animation: blinker 1s linear infinite;
}