Commit 80b65eba authored by 김민수's avatar 김민수
Browse files

No commit message

No commit message
parent 1e107914
.Main { .Main {
background-image: 'url(' + bg + ')'; background-image: url("./img/img_study.jpg");
background-color: "grey"; background-color: "grey";
background-size: "100%"; background-size: "100%";
width: "100%"; width: "100%";
......
import React, { useState } from 'react' import React, { useState } from 'react'
import { Redirect } from 'react-router-dom'; import { Redirect } from 'react-router-dom';
import './Home.css' import './Home.css'
import bg from './img_study.jpg'
function Home() { function Home() {
const [name, setName] = useState('') const [name, setName] = useState('')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment