Skip to content

Commit

Permalink
added borders
Browse files Browse the repository at this point in the history
  • Loading branch information
AfzGit committed Jul 16, 2024
1 parent f6e9765 commit 06274fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
border-color: black;
background: black;
}
h3,
h4 {
border: 3px solid black; /* Border style */
}
</style>
</head>
<body>
Expand Down Expand Up @@ -163,7 +167,7 @@ <h1>Quick Quran Ayah Lookup</h1>
<option value="114">114. An-Nas</option>
</select>
<br />
<h3>(OR)</h3>
<p style="font-size: 18px"><b>(OR)</b></p>
<label for="Surah-num"><b>Surah Number:</b></label>
<input
class="small-input"
Expand Down

0 comments on commit 06274fc

Please sign in to comment.