Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions css/Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,8 @@ select{
.analog-country h3{
border-bottom: 1px solid aliceblue;
margin-bottom:10px
}
.anchor {
position: relative;
top: -46px;
}
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
<!--Navigation Bar-->
<div class="navbar">
<a href="#home">Home</a>
<a href="#clock">Clock</a>
<a href="#FAQ">FAQs</a>
<a href="#time">Clock</a>
<a href="#faq">FAQs</a>
</div>
<header>
<span class="anchor" id="home"></span>
<h1>
JS-World<br />
<span class="underline">Clock</span>
Expand All @@ -53,6 +54,7 @@ <h1>
</div>
</ul>
</nav>
<span class="anchor" id="time"></span>
<div id="clock">10:10:01</div>

<!-- analog clock -->
Expand Down Expand Up @@ -132,6 +134,7 @@ <h3>Japan</h3>


<!--FAQs-->
<span class="anchor" id="faq"></span>
<h2 class="faq">FAQs:</h2>
<div id="map"></div>
<footer>
Expand Down