Skip to content

Commit 41a22ef

Browse files
committed
changes
1 parent f270100 commit 41a22ef

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

index.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
body
2+
{
3+
min-height: 100vh;
4+
overflow-y: hidden;
5+
}
6+
17
.top
28
{
39
margin: 5px;
@@ -19,11 +25,6 @@
1925
font-weight: 700;
2026
font-family: 'Baloo Paaji 2', cursive;
2127
}
22-
.social-link
23-
{
24-
margin-top: 20px;
25-
margin-left: -16px;
26-
}
2728

2829
.college:hover,li a:hover,li a
2930
{
@@ -46,6 +47,10 @@ ul li
4647
display: inline;
4748
margin-right: 15px;
4849
}
50+
.list-group
51+
{
52+
margin-left: 10px;
53+
}
4954
ul li a
5055
{
5156
font-size: 25px;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1 class="name">Pankaj Kumar</h1>
3737
<p>engineering (2nd year) <a href="http://nituk.ac.in/" class="college">NIT Uttarakhand</a></p>
3838
</div>
3939
<div class="social-link">
40-
<ul>
40+
<ul class="list-group list-group-horizontal">
4141
<li>
4242
<a href="https://github.com/Pankajcoder1" title="github account">
4343
<i class="fa fa-github"></i>

0 commit comments

Comments
 (0)