Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshNA044 authored Jan 22, 2024
1 parent c46d866 commit 7c37a46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
position: relative;
background-color: #E5E4E2;
border-radius: 8px;
width: 70%;
}

.copy-button {
Expand Down Expand Up @@ -91,7 +92,7 @@
<h1>Harsh Projects Corner</h1>
</nav>
<div>
<h2 style="font-family: cursive; background-color: #80008027; padding: 10px; text-align:center; border: 3px solid #800080; border-radius: 8px;">Currency Converter</h2>
<h2 style="background-color: #80008027; padding: 10px; text-align:center; border: 3px solid #800080; border-radius: 8px;">Currency Converter</h2>

<h2><u>Purpose:</u></h2>
<p>The purpose of this project is to create a currency converter that can convert the value of one currency into another based on the current market rates. This project is useful for travelers, businesses, and forex traders who need to exchange currencies or track the changes in exchange rate valuations. This project also demonstrates the concept of object-oriented programming in C++, which is a powerful and widely used programming paradigm that allows for the creation of modular, reusable, and maintainable code.</p><br>
Expand Down

0 comments on commit 7c37a46

Please sign in to comment.