Answers for "chaining selectors"

1

chaining selectors

<div>
  <div class="subsection header">Latest Posts</div>
  <p class="subsection preview">This is where a preview for a post might go.</p>
</div>
Posted by: Guest on January-13-2022
0

chaining selectors

.subsection.header {
  color: red;
}
Posted by: Guest on January-13-2022

Browse Popular Code Answers by Language