Link to article: Hour Zero 5.
#u-blink-bar p:last-child::after {
content: "";
border-right: 1px solid white;
animation: blink 1s infinite;
position: relative;
left: 1px;
}
@keyframes blink{
to {
opacity: .0;
}
}
date
paper