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-style-type : none ; } ul li { box-sizing : border-box ; width : 15em ; height : 3em ; font-size : 20px ; border-radius : 0.5em ; margin : 0.5em ; color : white ; font-f