Perspective Button Hover
HTML : <! DOCTYPE html > < html lang = "en" dir = "ltr" > < head > < meta charset = "utf-8" > < title > Perspective button hover by Growcode </ title > < link rel = "stylesheet" href = "style.css" > </ head > < body > < ul > < li > Home </ li > < li > Services </ li > < li > Portfolio </ li > < li > About Me </ li > </ ul > </ body > </ html > CSS : body { margin : 0 ; height : 100vh ; display : flex ; align-items : center ; justify-content : center ; background : rgb ( 0 , 0 , 0 ); } ul { padding : 0 ; list-sty...