a { transition:250ms all; position:relative }
a:before { content:''; position:absolute; bottom:-2px; left:0; width:100%; height:1px; background:#fff; opacity:0; transition:250ms all }
a:hover::before { opacity:1 }