Skip to content

Instantly share code, notes, and snippets.

View markoarthofer22's full-sized avatar

Marko Arthofer markoarthofer22

  • Croatia
View GitHub Profile
@markoarthofer22
markoarthofer22 / App.css
Last active March 1, 2022 12:59
Formik with Yup validation
.App {
text-align: center;
}
.App form {
display: flex;
flex-direction: column;
max-width: 300px;
width: 100%;
margin: 0 auto;