Código HTML:
Ver original
Código CSS:
Ver original
.container > nav a { display: inline-block; position: relative; text-align: center; width: 2.5em; height: 2.5em; background: #fff; border-radius: 50%; margin: 0 0.1em; border: 4px solid #47a3da; } .container > nav a:hover:before { content: attr(data-info); color: #47a3da; position: absolute; width: 600%; top: 120%; text-align: right; right: 0; pointer-events: none; } .container > nav a:hover { background: #47a3da;