Skip to content

Commit

Permalink
changes in heading
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhiupman568 committed Jun 12, 2024
1 parent 7d5a2d8 commit d1a09ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5506
}
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Temperature Converter<br>BY NIDHI UPMAN</title>
<title>Temperature Converter - BY NIDHI UPMAN</title>
<link rel="stylesheet" href="style.css" />
</head>
<div>
<div>

<h1>Digital Clock-BY NIDHI UPMAN</h1>

</div>

<body>
<div class="container">
<h1 class="heading">Temperature Converter-BY NIDHI UPMAN</h1>
<h4 class="heading">Temperature Converter</h4>
<div class="temp-container">
<label for="celsius">Celsius:</label>
<input
Expand Down Expand Up @@ -46,4 +53,5 @@ <h1 class="heading">Temperature Converter-BY NIDHI UPMAN</h1>
</div>
<script src="script.js"></script>
</body>
</div>
</html>

0 comments on commit d1a09ad

Please sign in to comment.