Skip to content

Instantly share code, notes, and snippets.

View andersonms1's full-sized avatar

Anderson Miranda Silva andersonms1

View GitHub Profile
@andersonms1
andersonms1 / bagzz react
Created May 5, 2021 01:31
React code generate by BuilderIO
import styled from "styled-components";
const Div = styled.div`
display: flex;
flex-direction: column;
max-width: 352px;
justify-content: flex-start;
align-items: flex-start;
`;