Created
November 13, 2018 20:06
-
-
Save aditodkar/feda7371368763eca589c4637d092706 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from "react"; | |
import { Button, Form, Header } from "semantic-ui-react"; | |
import styles from './styles.css' | |
const LoginForm = () => ( | |
//Instead of <Form style={formStyle}> | |
<Form style={styles.formStyle}> | |
</Form> | |
); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.formStyle{ | |
margin-left: 300px; | |
margin-top:150px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<Form className={styles.formStyle}>...</Form