Advertisement
csfeijo

Untitled

Aug 3rd, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. /* poderia ser abordado com classes tambem. ex: .primeiro & .ultimo */
  2. section p:first-child {
  3. margin-top: 0;
  4. }
  5.  
  6. section p:last-child {
  7. margin-bottom: 0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement