Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .card-header#headingOne h2.mb-0 {
  2. text-align-last:justify
  3. }
  4.  
  5. .card-header#headingOne h2.mb-0 {
  6. display:flex;
  7. justify-content:space-between;
  8. }
  9.  
  10. h2.mb-0 {
  11. display: flex;
  12. justify-content: space-between;
  13. align-items: center;
  14. }
  15.  
  16. .modificationUtilisateur{
  17. float: right;
  18. margin-top:15px
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement