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 c4055e4

Browse files
Added Title
1 parent b03bb4c commit c4055e4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

‎index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
<link rel="stylesheet" href="style.css">
99
</head>
1010
<body>
11-
12-
1311
<div class="watch-container">
12+
<div class="project-heading">
13+
<h1>javascript timer App</h1>
14+
</div>
15+
1416
<div id="inputContainer" class="input-items">
1517
<div class="input-group">
1618
<label class="input-label">Hour:</label>

‎style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,11 @@ body{
8181
}
8282
#outputContainer{
8383
display: none;
84+
}
85+
.project-heading{
86+
margin-bottom: 20px;
87+
}
88+
.project-heading h1{
89+
text-transform: capitalize;
90+
font-size: 40px;
8491
}

0 commit comments

Comments
(0)

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