Showing
2 changed files
with
11 additions
and
10 deletions
| ... | @@ -190,7 +190,7 @@ a:focus { | ... | @@ -190,7 +190,7 @@ a:focus { |
| 190 | } | 190 | } |
| 191 | 191 | ||
| 192 | .tm-hero-title { | 192 | .tm-hero-title { |
| 193 | - font-size: 2rem; | 193 | + font-size: 40px; |
| 194 | text-shadow: 2px 2px 2px #333; | 194 | text-shadow: 2px 2px 2px #333; |
| 195 | } | 195 | } |
| 196 | 196 | ||
| ... | @@ -492,7 +492,7 @@ iframe{ | ... | @@ -492,7 +492,7 @@ iframe{ |
| 492 | .detail-answer-field { | 492 | .detail-answer-field { |
| 493 | display: grid; | 493 | display: grid; |
| 494 | grid-template-columns: 1fr 1fr 1fr 1fr; | 494 | grid-template-columns: 1fr 1fr 1fr 1fr; |
| 495 | - gap: 20px 30px; | 495 | + gap: 20px 20px; |
| 496 | grid-template-areas: | 496 | grid-template-areas: |
| 497 | "salary-field dish-field everest-field earth-field"; | 497 | "salary-field dish-field everest-field earth-field"; |
| 498 | grid-area: detail-answer-field; | 498 | grid-area: detail-answer-field; | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | <meta charset="UTF-8" /> | 5 | <meta charset="UTF-8" /> |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 7 | <meta http-equiv="X-UA-Compatible" content="ie=edge" /> | 7 | <meta http-equiv="X-UA-Compatible" content="ie=edge" /> |
| 8 | - <title>The Town HTML CSS Template</title> | 8 | + <title>TongGilMut</title> |
| 9 | <link rel="stylesheet" href="fontawesome-5.5/css/all.min.css" /> | 9 | <link rel="stylesheet" href="fontawesome-5.5/css/all.min.css" /> |
| 10 | <link rel="stylesheet" href="slick/slick.css"> | 10 | <link rel="stylesheet" href="slick/slick.css"> |
| 11 | <link rel="stylesheet" href="slick/slick-theme.css"> | 11 | <link rel="stylesheet" href="slick/slick-theme.css"> |
| ... | @@ -15,10 +15,10 @@ | ... | @@ -15,10 +15,10 @@ |
| 15 | <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/moonspam/NanumBarunGothic@1.0/nanumbarungothicsubset.css"> | 15 | <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/moonspam/NanumBarunGothic@1.0/nanumbarungothicsubset.css"> |
| 16 | 16 | ||
| 17 | <script src="../../docs/js/jquery-1.9.1.js"></script> | 17 | <script src="../../docs/js/jquery-1.9.1.js"></script> |
| 18 | - <script type="text/javascript" src="../../docs/js/examples-base.js"></script> | 18 | + <script type="text/javascript" src="../../docs/js/examples-base.js"></script> |
| 19 | - <script type="text/javascript" src="../../docs/js/highlight.min.js"></script> | 19 | + <script type="text/javascript" src="../../docs/js/highlight.min.js"></script> |
| 20 | - <script type="text/javascript" src="https://openapi.map.naver.com/openapi/v3/maps.js?ncpClientId=rr4owjosjy&submodules=geocoder"></script> | 20 | + <script type="text/javascript" src="https://openapi.map.naver.com/openapi/v3/maps.js?ncpClientId=rr4owjosjy&submodules=geocoder"></script> |
| 21 | - <link rel="stylesheet" type="text/css" href="../../docs/css/examples-base.css" /> | 21 | + <link rel="stylesheet" type="text/css" href="../../docs/css/examples-base.css" /> |
| 22 | 22 | ||
| 23 | <!-- | 23 | <!-- |
| 24 | The Town | 24 | The Town |
| ... | @@ -113,8 +113,9 @@ | ... | @@ -113,8 +113,9 @@ |
| 113 | <div class="answer-grid-container"> | 113 | <div class="answer-grid-container"> |
| 114 | <div class="map" id="map" style="width:500px;height:300px;""></div> | 114 | <div class="map" id="map" style="width:500px;height:300px;""></div> |
| 115 | <div class="answer-field" style="width:300px;"><br><br>한번 갈 때마다 ...<br> | 115 | <div class="answer-field" style="width:300px;"><br><br>한번 갈 때마다 ...<br> |
| 116 | - <span class="answer-highlight">?</span> 시간 | 116 | + <span class="answer-highlight" id="hour">?</span> 시간 |
| 117 | - <span class="answer-highlight">?</span> 분 <br> | 117 | + <span class="answer-highlight" id="min">?</span> 분 <br> |
| 118 | + <span class="answer-highlight" id="dist">?</span> km <br> | ||
| 118 | </div> | 119 | </div> |
| 119 | 120 | ||
| 120 | <div class="list-answer-field"> | 121 | <div class="list-answer-field"> |
| ... | @@ -537,7 +538,7 @@ | ... | @@ -537,7 +538,7 @@ |
| 537 | 538 | ||
| 538 | $(".button2").on('click', function (event) { | 539 | $(".button2").on('click', function (event) { |
| 539 | $('html, body').animate({ | 540 | $('html, body').animate({ |
| 540 | - scrollTop: $("#result").offset().top-50 | 541 | + scrollTop: $("#result").offset().top-10 |
| 541 | }, 400); | 542 | }, 400); |
| 542 | }); | 543 | }); |
| 543 | 544 | ... | ... |
-
Please register or login to post a comment