.tag { display: inline-block; margin-right: 0.2em; padding: 0 0.6em; font-size: 0.9em; border-radius: 0.2em; white-space: nowrap; background: rgba(255, 255, 255, 0.1); transition: color 0.8s, background 0.8s; &:hover { transition: color 0.8s; background: rgba(255, 255, 255, 0.3); } }