박종현

Create html/css branch and Update design

...@@ -31,7 +31,7 @@ h2 { ...@@ -31,7 +31,7 @@ h2 {
31 } 31 }
32 32
33 #activity { 33 #activity {
34 - border-radius: 40px 80px / 80px 40px; 34 + border-radius: 50px 80px / 80px 50px;
35 background-color: rgb(151, 198, 206); 35 background-color: rgb(151, 198, 206);
36 } 36 }
37 body { 37 body {
...@@ -40,4 +40,6 @@ body { ...@@ -40,4 +40,6 @@ body {
40 margin-left: 50px; 40 margin-left: 50px;
41 margin-right: 50px; 41 margin-right: 50px;
42 background-color: rgb(78, 76, 76); 42 background-color: rgb(78, 76, 76);
43 -}
...\ No newline at end of file ...\ No newline at end of file
43 +}
44 +
45 +.l { text-align: left; }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -32,9 +32,9 @@ ...@@ -32,9 +32,9 @@
32 <h2> <%= data[0] %> 에 추천하는 활동 목록입니다.</h2> <!--recommend activity 추가파트 시작--> 32 <h2> <%= data[0] %> 에 추천하는 활동 목록입니다.</h2> <!--recommend activity 추가파트 시작-->
33 <div id="activity"> 33 <div id="activity">
34 34
35 - <h3>1. 가나다</h3> 35 + <h3 class = 'l'>1. 가나다</h3>
36 - <h3>2. 라마바</h3> 36 + <h3 class = 'l'>2. 라마바</h3>
37 - <h3>3. 라마바</h3> 37 + <h3 class = 'l'>3. 라마바</h3>
38 </div> 38 </div>
39 <div id="loading"><div class="spinner"></div></div> 39 <div id="loading"><div class="spinner"></div></div>
40 </body> 40 </body>
......