Advertisement
Guest User

Untitled

a guest
Nov 15th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. /* Usuario */
  2.  
  3. .usuario-body {
  4. background-color: #F5F5F5;
  5. }
  6.  
  7. .usuario_container {
  8. font-family: 'KoHo', sans-serif;
  9. position: absolute;
  10. width: 90%;
  11. margin-top: 10%;
  12. margin-left: 2rem;
  13. margin-right: 2rem;
  14.  
  15. }
  16.  
  17. .primera-carrera {
  18. display: flex;
  19. flex-direction: row;
  20. flex-wrap: nowrap;
  21. justify-content: flex-start;
  22. align-items: center;
  23. align-content: center;
  24. }
  25.  
  26. .segunda-carrera {
  27. display: flex;
  28. flex-direction: row;
  29. flex-wrap: nowrap;
  30. justify-content: flex-start;
  31. align-items: center;
  32. align-content: center;
  33. }
  34.  
  35. .primeros-inputs {
  36. display: flex;
  37. flex-direction: column;
  38. flex-wrap: nowrap;
  39. justify-content: space-around;
  40. align-items: stretch;
  41. align-content: space-around;
  42. }
  43.  
  44. .primeros-inputs div {
  45. padding-bottom: 1rem;
  46. }
  47.  
  48. .carreras-seleccion div {
  49. padding-bottom: 0.5rem;
  50. padding-right: 0.5rem;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement