Skip to content

Instantly share code, notes, and snippets.

@Swiip
Last active May 17, 2018 09:18
Show Gist options
  • Save Swiip/26c52ede491b55c2fd1d4ed6fc1c8a46 to your computer and use it in GitHub Desktop.
Save Swiip/26c52ede491b55c2fd1d4ed6fc1c8a46 to your computer and use it in GitHub Desktop.
import styled from "styled-components";
const Container = styled.div`
display: flex;
align-items: center;
justify-content: center;
height: calc(100vh - 2 * 8px);
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment