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
34 changes: 21 additions & 13 deletions Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
background-color: #222831;
}
nav{
height: 50px;
height: auto;
display: block;
padding-top: 50px;
padding: 20px;
width: auto;
margin: 0 auto;
text-transform: uppercase;
Expand All @@ -26,7 +26,7 @@
.navbar {
overflow: hidden;
background-color: #333;
position: fixed;
position: sticky;
top: 0;
width: 100%;
}
Expand Down Expand Up @@ -60,7 +60,7 @@
text-decoration-color: #f2a365;
}
.box{
position: relative;

align-self: center;

}
Expand All @@ -86,22 +86,30 @@
text-decoration-color: #f2a365;
font-size: 30px;
}
/*Edited here */
#clock{
width: 600px;
margin-left: 30%;
margin-top: 3%;
margin-bottom: 2%;
font-size: 70px;
width: 50%;
height: auto;

margin-top: 10%;

font-size: 50px;
border: 2px solid white;
align-items: center;
text-align: center;
align-items: center;
color: white;
}
@media only screen and (max-width:700px) {
#clock{
width: 60%;
font-size: 40px;
}
}
#map{
width: 70%x;
height: 400px;
width: 70%;
height: 100vh;
padding: 18px;
margin-left: 100px;
margin-right: 100px;
align-items: center;
bottom: 0;
}
1 change: 1 addition & 0 deletions boy-who-codes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Your branch is up to date with 'origin/master'.
3 changes: 3 additions & 0 deletions contributions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
| name | username |
|--------------|----------------|
| Rahul Sinha | boy-who-codes |
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,17 @@ <h1>
<option>Country Name</option>
<option>Country Name</option>
</select>

</div>
</ul>
</nav>
<center>
<div id="clock">10:10:01</div>
</center>
<!--FAQs-->
<h2 class="faq">FAQs:</h2>
<div id="map"></div>
<center> <div id="map"></div></center>
<br>

</body>
<script>
Expand All @@ -65,4 +69,4 @@ <h2 class="faq">FAQs:</h2>

</script>
<script src="main.js"></script>
</html>
</html>
1 change: 1 addition & 0 deletions master
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Branch 'boy-who-codes' set up to track remote branch 'boy-who-codes' from 'origin'.