Pinned
Under Construction Code No Images
Category: Web, HTML, Tech
.blink { animation: blink 1s step-start infinite; } @keyframes blink { 50% { opacity: 0; } } .warning { font-size: 50px; margin-bottom: 20px; } .message { font-size: 20px; border: 2px dashed yellow; display: inline-block; text-align: center; padding » Continue Reading