Konu
a:hover hakkında sorum var
06-01-2022, 19:34:11
#4
patrick2dev
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 }