Skip to content
Snippets Groups Projects
Commit e9a7dc82 authored by Jaeyong Lee's avatar Jaeyong Lee
Browse files

Fix Main.css, Header.css

parent 219afa33
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
width: 100%; width: 100%;
/* height: 70px; */ /* height: 70px; */
border-bottom: 1px solid; border-bottom: 1px solid;
padding-top: auto;
/* overflow: auto */ /* overflow: auto */
} }
......
...@@ -5,19 +5,20 @@ ...@@ -5,19 +5,20 @@
font-style: normal; font-style: normal;
} }
.introduction { .intro {
/* position: fixed; */
font-size: 30px; font-size: 30px;
background-image: url("../introduction.png"); background-image: url("../introduction.png");
width: 50%; width: 700px;
height: 50%; height: 180px;
display: flex; /* display: flex; */
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding: 50px; padding: 50px;
flex-wrap: wrap; /* flex-wrap: wrap; */
} }
.introduction p{ .intro p{
color: white; color: white;
font-family: "JalnanGothic"; font-family: "JalnanGothic";
} }
......
...@@ -50,7 +50,7 @@ function Main() { ...@@ -50,7 +50,7 @@ function Main() {
return( return(
<div className="App"> <div className="App">
<h1>식도락에 오신 것을 환영합니다. </h1> <h1>식도락에 오신 것을 환영합니다. </h1>
<div className="introduction"> <div className="intro">
<p>식당 리뷰를 손쉽게 모아볼 있는 서비스</p> <p>식당 리뷰를 손쉽게 모아볼 있는 서비스</p>
</div> </div>
<div style={{display: 'flex'}}> <div style={{display: 'flex'}}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment