You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

NotFound.styles.tsx 154B

1234567
  1. import styled from 'styled-components';
  2. export const Container = styled.div`
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. margin: 100px;
  7. `;