Guest User

Untitled

a guest
Jul 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <div class="pai">
  2. <div class="filho1"></div>
  3. <div class="filho2"></div>
  4. </div>
  5.  
  6. .pai{
  7. display: flex;
  8. justify-content: space-between;
  9. }
Add Comment
Please, Sign In to add comment