Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhannan authored Dec 25, 2021
1 parent bd8e32b commit a7d1060
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,14 @@ <h3 style="padding: 1em">FIBONACCI SERIES</h3>

<!-- BODY SECTION -->
<div style="text-align: center; border: 3px solid #1f2833; padding: 2em">
<p style="text-align: left">
Enter a digit to get fibonacci series: (MAX = 1477)
</p>
<input
id="fibonacci_input"
class="form-control input-group mb-3 input-group-text"
type="number"
placeholder="Enter the digit to get fibonacci series (MAX = 1477)"
placeholder="Enter a digit"
/>
<br />
<button
Expand Down Expand Up @@ -106,13 +109,21 @@ <h3 id="title"></h3>
padding: 4em;
"
>
<a href="https://github.com/syedhannan" style="color: black" target="_blank">Github</a> |
<a href="https://www.linkedin.com/in/isyedhannan" style="color: black" target="_blank"
<a
href="https://github.com/syedhannan"
style="color: black"
target="_blank"
>Github</a
>
|
<a
href="https://www.linkedin.com/in/isyedhannan"
style="color: black"
target="_blank"
>LinkedIn</a
>
<h4>© Syed Abdul Hannan</h4>
</div>


<!-- Optional JavaScript; choose one of the two! -->

Expand Down

0 comments on commit a7d1060

Please sign in to comment.