Suyeon Jung

Modify result css

body {
text-align: center;
}
.table{
.table {
text-align: center;
margin-left: 25%;
width: 50%;
margin-left: auto;
margin-right: auto;
width: 75%;
}
.container{
.container {
text-align: center;
}
.sum{
.sum {
display: inline-block;
font-weight: bold;
margin-right: 10px;
}
.alert {
text-align: center;
width: 75%;
display: inline-block;
margin-left: auto;
margin-right: auto;
}
.divide {
border: dotted 1px gray;
width: 75%;
}
\ No newline at end of file
......
......@@ -29,7 +29,7 @@
</tbody>
</table>
<hr style = "border:dotted 1px gray; width : 50%;">
<hr class="divide">
<h4>🍔 패스트푸드점 현황 </h4>
......@@ -54,9 +54,9 @@
<%}%>
</tbody>
</table>
<p class = "sum">총 맛집 개수 :
<p class="sum">총 맛집 개수 :
<%=stores.length%>
</p>
<p class = "sum">패스트푸드점 개수 :
<p class="sum">패스트푸드점 개수 :
<%=fast_food_stores.length%>
</p>
\ No newline at end of file
......
......@@ -21,10 +21,9 @@
</tbody>
</table>
<hr style = "border:dotted 1px gray; width : 50%;">
<hr style="border:dotted 1px gray; width : 50%;">
<h4>💡 보안등 현황</h4>
보안등 소재지 지번주소 :
<table class="table">
<thead class="thead-dark">
<tr>
......
......@@ -31,7 +31,7 @@
</tbody>
</table>
<hr style = "border:dotted 1px gray; width : 50%;">
<hr class="divide">
......@@ -63,10 +63,10 @@
</tbody>
</table>
<p class = "sum">총 도서관 개수 :
<p class="sum">총 도서관 개수 :
<%=librarys.length%>
</p>
<p class = "sum">학원 및 교습소 개수 :
<p class="sum">학원 및 교습소 개수 :
<%=institutes.length%>
</p>
\ No newline at end of file
......
......@@ -23,7 +23,7 @@
<hr style = "border:dotted 1px gray; width : 50%;">
<hr class="divide">
<h4>🚆 지하철역 현황</h4>
......@@ -54,6 +54,6 @@
<p class="sum">총 버스정류장 개수 :
<%=busStations.length%>
</p>
<p class = "sum">총 지하철역 개수 :
<p class="sum">총 지하철역 개수 :
<%=subwayStations.length%>
</p>
\ No newline at end of file
......