app.scss 157 B

123456789101112131415
  1. .full-width{
  2. width:100%;
  3. }
  4. .center-content{
  5. display: flex;
  6. justify-content: center;
  7. align-items: center;
  8. }
  9. *:focus{
  10. outline: 1px dotted red;
  11. }