Skip to content

Commit 4078b87

Browse files
authored
Merge pull request #235 from Gyanshu-Kumar/patch-1
Update index.html
2 parents 0bf6cf2 + e40b1a9 commit 4078b87

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

Fronted Projects/Analog Clock/index.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
padding: 0;
1515
}
1616
body{
17-
background-color: #e67e22;
17+
background-color: #0ab118;
18+
color: aliceblue;
1819
}
1920

2021
#container{
@@ -72,7 +73,7 @@
7273
.text{
7374
display: block;
7475
margin-top: 32px;
75-
margin-left: 500px;
76+
margin-left: 50px;
7677

7778
}
7879
.text h1{
@@ -87,12 +88,22 @@
8788
</head>
8889
<body>
8990
<div class="text">
90-
<h1> “Time you enjoy wasting is not wasted time.”</h1>
91+
<hr>
92+
<h1> “Time is Money”</h1>
93+
<hr>
94+
<!-- <h2>Don't Waste it...</h2> -->
9195
</div>
96+
9297
<div id="container">
9398
<div id="htime"></div>
9499
<div id="mtime"></div>
95100
<div id="stime"></div>
96101
</div>
102+
<footer>
103+
<div class="footer-rights">
104+
Copyright &#169; www.MyAnalogClock.com | All rights reserved
105+
106+
</div>
107+
</footer>
97108
</body>
98-
</html>
109+
</html>

0 commit comments

Comments
 (0)