Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to select elements from a parrent element css

// select all p elements with div as parent

div > p {
  background-color: yellow;
}
 
PREVIOUS NEXT
Tagged: #select #elements #parrent #element #css
ADD COMMENT
Topic
Name
7+6 =