Fontawesome icon in menu li

PHOTO EMBED

Thu Mar 25 2021 08:52:44 GMT+0000 (Coordinated Universal Time)

Saved by @distance #css

nav#menu li:nth-child(n+2):nth-child(-n+5) a:before {
    content: "\f078";
    font-size: 8px;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 2px;
    top: 15px;
}
content_copyCOPY