0
I dont want my border expand while i put pointer on it
5 Respostas
+ 1
https://code.sololearn.com/WETULtrXnAyO/?ref=app
if you display the a tag as table-cell, you can use baseline, top, middle, bottom to vertically align the content.
https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-align#values_for_table_cells
https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-align#vertical_alignment_in_a_table_cell
0
why are you using vertical-align:super;?
0
So plz tell me how to push it up?
0
MohdSalmanAnsari or use css animation and transform translate.
https://code.sololearn.com/WW7ETV8TqIxt/?ref=app
0
Thanks sir