File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ body
2
+ {
3
+ min-height : 100vh ;
4
+ overflow-y : hidden;
5
+ }
6
+
1
7
.top
2
8
{
3
9
margin : 5px ;
19
25
font-weight : 700 ;
20
26
font-family : 'Baloo Paaji 2' , cursive;
21
27
}
22
- .social-link
23
- {
24
- margin-top : 20px ;
25
- margin-left : -16px ;
26
- }
27
28
28
29
.college : hover , li a : hover , li a
29
30
{
46
47
display : inline;
47
48
margin-right : 15px ;
48
49
}
50
+ .list-group
51
+ {
52
+ margin-left : 10px ;
53
+ }
49
54
ul li a
50
55
{
51
56
font-size : 25px ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ <h1 class="name">Pankaj Kumar</h1>
37
37
< p > engineering (2nd year) < a href ="http://nituk.ac.in/ " class ="college "> NIT Uttarakhand</ a > </ p >
38
38
</ div >
39
39
< div class ="social-link ">
40
- < ul >
40
+ < ul class =" list-group list-group-horizontal " >
41
41
< li >
42
42
< a href ="https://github.com/Pankajcoder1 " title ="github account ">
43
43
< i class ="fa fa-github "> </ i >
You can’t perform that action at this time.
0 commit comments