YujeLee

Frontend: main, login page 수정

...@@ -44,11 +44,12 @@ ...@@ -44,11 +44,12 @@
44 } 44 }
45 45
46 .welcome{ 46 .welcome{
47 - position:relative; 47 + position: absolute;
48 text-align:center; 48 text-align:center;
49 font-family: sans-serif; 49 font-family: sans-serif;
50 color:#000; 50 color:#000;
51 - top: 300px; 51 + top: 30%;
52 + left: 40%;
52 } 53 }
53 54
54 .welcome h1{ 55 .welcome h1{
......
...@@ -77,7 +77,7 @@ header ...@@ -77,7 +77,7 @@ header
77 text-align:center; 77 text-align:center;
78 font-family: sans-serif; 78 font-family: sans-serif;
79 color:#fff; 79 color:#fff;
80 - top: 300px; 80 + top: 30%;
81 } 81 }
82 82
83 .welcome h1{ 83 .welcome h1{
......