Socialify

Folder ..

Viewing profileNav.css
16 lines (14 loc) • 310.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
#profileDropdown {
    position: absolute;
    top: 40px;
    right: 20px;
}

#profileDropdown::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--lights);
}