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 16fc5b4

Browse files
Code refactor
1 parent c4055e4 commit 16fc5b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Js Timer</title>
7+
<title>javaScript timer App</title>
88
<link rel="stylesheet" href="style.css">
99
</head>
1010
<body>
1111
<div class="watch-container">
1212
<div class="project-heading">
13-
<h1>javascript timer App</h1>
13+
<h1>javaScript timer App</h1>
1414
</div>
1515

1616
<div id="inputContainer" class="input-items">

‎main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function FormatTime(time)
8888
}
8989
else
9090
{
91-
formatedTime = time;
91+
formatedTime = time.toString();
9292
}
9393
return formatedTime
9494
}

‎style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ body{
8383
display: none;
8484
}
8585
.project-heading{
86-
margin-bottom: 20px;
86+
margin-bottom: 60px;
8787
}
8888
.project-heading h1{
8989
text-transform: capitalize;

0 commit comments

Comments
(0)

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