Answers for "nth child last element css"

CSS
0

css last 3 childs

#something a:nth-last-child(-n+3) {
    /*declarations*/
}
Posted by: Guest on October-13-2020
0

remove border from last child css

.menu li:last-child {
  border: none;
}
Posted by: Guest on September-06-2020

Browse Popular Code Answers by Language