Fix: register bg-color

This commit is contained in:
2018-07-25 06:08:44 +09:00
parent 8f99641142
commit c7f71b8579
2 changed files with 20 additions and 9 deletions
+4 -4
View File
@@ -41,7 +41,7 @@ function experienceMaestro() {
<div class="container">
<div class="bg-warning px-5 py-4 my-3">
<div class="px-5 py-4 my-3" style="background-color: #ffffcc">
<div class="container">
<h1 class="display-3 font-weight-bold">마우스 타자 연습</h1>
@@ -73,7 +73,7 @@ function experienceMaestro() {
</div>
</div> <!-- jumbotron -->
<div class="bg-primary px-5 py-4 my-3">
<div class="px-5 py-4 my-3" style="background-color: #99ccff">
<div class="container">
<h1 class="display-3 font-weight-bold">마에스트로, 관리자</h1>
@@ -89,7 +89,7 @@ function experienceMaestro() {
<li class="d-none">기록</li>
</ul>
<p><a class="btn btn-outline-light btn-lg" role="button" href="javascript:void(0);" onClick="experienceMaestro()">마에스트로 무료 체험 »</a></p>
<p><a class="btn btn-outline-dark btn-lg" role="button" href="javascript:void(0);" onClick="experienceMaestro()">마에스트로 무료 체험 »</a></p>
<h5 class="mt-4">계정 등록 비용 (금액 / 1년)</h5>
<ul>
@@ -98,7 +98,7 @@ function experienceMaestro() {
<li>3만원 : 학생 100명</li>
</ul>
<p><a class="btn btn-light text-dark btn-block btn-lg" role="button" href="./../main/register.html">마에스트로 가입</a></p>
<p><a class="btn btn-primary btn-block btn-lg" role="button" href="./../main/register.html">마에스트로 가입</a></p>
</div>
</div> <!-- jumbotron -->