박종현

Create html/css branch and Update design

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