Skip to content

Commit

Permalink
added whatsapp group link
Browse files Browse the repository at this point in the history
  • Loading branch information
nathfavour committed Aug 19, 2024
1 parent 269a5c1 commit 7389c25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CGPA-calculator.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
h1 {
margin: 0;
}

h3 {
margin: 0;
background-color: brown;
}

.calculator {
background: white;
padding: 20px;
Expand Down Expand Up @@ -82,6 +88,8 @@
<body>
<header>
<h1>NOUNLogic CGPA Calculator</h1>
<h3>NOUNLogic CGPA Calculator</h3>

</header>
<div class="container">
<div class="calculator">
Expand Down

0 comments on commit 7389c25

Please sign in to comment.