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
2 changes: 1 addition & 1 deletion css/Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ select {
}

/*FAQs section*/
.faq {
#faq {
color: #ececec;
text-decoration: underline;
text-decoration-color: #f2a365;
Expand Down
2 changes: 1 addition & 1 deletion css/clock_styling.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
background-color: black;
}

.clocks {
#clocks {
display: flex;
justify-content: space-evenly;
margin: 0;
Expand Down
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@
<!--Navigation Bar-->
<div class="navbar">
<a href="#home">Home</a>
<a href="#clock">Clock</a>
<a href="#FAQ">FAQs</a>
<a href="#clocks">Clock</a>
<a href="#faq">FAQs</a>
<a href="#map">Map</a>
</div>
<header>
<header id="home">
<h1>
JS-World<br />
<span class="underline">Clock</span>
Expand Down Expand Up @@ -74,7 +75,7 @@ <h1>

<!-- analog clock -->
<div id="alignment">
<div class="clocks">
<div id="clocks">
<div class="india clock">
<div class="analog">
<div class="hand hour" india-hour-hand=""></div>
Expand Down Expand Up @@ -149,7 +150,7 @@ <h3>Japan</h3>


<!--FAQs-->
<h2 class="faq">FAQs:</h2>
<h2 id="faq">FAQs:</h2>
<div class="container">
<!-- Accordion Starts-->
<div class="acc">
Expand Down