Advertisement
Guest User

Adjacent selector

a guest
Nov 26th, 2012
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.24 KB | None | 0 0
  1. <h1 class="entry-title">My Title</h1>
  2. <div class="testimonial-data">
  3. <p class="testimonial-content">My paragraph text</p>
  4. </div>
  5.  
  6. <style>
  7. p {
  8.    margin: 10px 0;
  9. }
  10. h1.entry-title + p.testimonial-cotent {
  11.    margin-top: 0;
  12. }
  13. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement