Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0750de3

Browse files
Added title
1 parent b7e3102 commit 0750de3

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

‎index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
</head>
1010
<body>
1111
<div class="watch-container">
12+
<div class="project-heading">
13+
<h1>javaScript Digital Clock</h1>
14+
</div>
15+
1216
<p><span id="outputHour"></span> : <span id="outputMinute"></span> : <span id="outputSecond"></span></p>
1317
</div>
1418

‎style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,11 @@ body{
2323
}
2424
.watch-container p span{
2525
box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
26+
}
27+
.project-heading{
28+
margin-bottom: 20px;
29+
}
30+
.project-heading h1{
31+
text-transform: capitalize;
32+
font-size: 30px;
2633
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /