Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. /* Give the 2nd <p> inside the 3rd <div> a 5px white border*/
  2. p:nth-of-type(2) {
  3. border: 5px solid white;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement