-
Notifications
You must be signed in to change notification settings - Fork 0
/
intro.txt
22 lines (17 loc) · 958 Bytes
/
intro.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
I am a second year undergraduate student currently<br> pursuing
Bachelor's of Computer Engineering in pulchowk Campus, IOE.<br><br>
i have home, about me, skill and contact tabs on navbar. i have already made intro and profile image .now how can
i add about me section on same page making website scrollabe using html and css only and also make
feature with which we can navigate to about me section text on clikcing about me on navbar.
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
<div class="media-icons">
<i class="fab fa-facebook"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-github"></i>
</div>