Template:AngelQuarantine/styles.css
Template page
More actions
#title{
font-size: 35px;
font-weight: bold;
justify-content: center;
text-align: center;
color: #ff4d4d;
animation: pulse 2s infinite;
}
#subtitle{
font-weight: bold;
justify-content: center;
text-align: center;
}
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7); }
70% { box-shadow: 0 0 20px 10px rgba(255, 0, 0, 0); }
100% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); }
}