File tree Expand file tree Collapse file tree
Projects/Github Profile Wrapper Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 < meta charset ="UTF-8 ">
44 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
7+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
8+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
9+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
10+ < link href ="https://fonts.googleapis.com/css2?family=Courgette&display=swap " rel ="stylesheet ">
11+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
12+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
13+ < link href ="https://fonts.googleapis.com/css2?family=Kalam&display=swap " rel ="stylesheet ">
14+
615 < link rel ="stylesheet " href ="style.css ">
716 < title > Github Profile Wrapper</ title >
817</ head >
1120 < div class ="container ">
1221 < div class ="main ">
1322 < div class ="srch ">
14- < h1 > Github Profile Wrapper</ h1 >
23+ < h2 > Github Profile Wrapper</ h2 >
1524
1625 </ div >
1726 < div class ="search-container ">
Original file line number Diff line number Diff line change 1-
21@import url ('https://fonts.googleapis.com/css2?family=DynaPuff&display=swap' );
32@import url ('https://fonts.googleapis.com/css2?family=DynaPuff&family=Mukta:wght@300&display=swap' );
43::-webkit-scrollbar {
2827 background-image : url ("bg.png" );
2928 color : rgb (212 212 212 );
3029}
31-
30+ h2 {
31+ font-family : 'Kalam' , cursive;
32+ }
3233.container {
3334 width : 100% ;
3435 height : 100% ;
3940}
4041.main {
4142 padding : 5% ;
42- width : 30 % ;
43- height : 30 % ;
43+ width : 32 % ;
44+ height : 32 % ;
4445 display : flex;
4546 flex-direction : column;
4647 justify-content : center;
7374}
7475
7576.search-container : hover > # search-input {
76- width : 400 px ;
77+ width : 300 px ;
7778}
7879
7980.search-container # search-input {
@@ -92,9 +93,10 @@ body {
9293
9394# search-btn {
9495 font-size : 15px ;
95- font-family : Arial;
96+ font-family : 'Kalam' , cursive;
97+ letter-spacing : 1px ;
9698 width : 140px ;
97- height : 50 px ;
99+ height : 40 px ;
98100 border-width : 1px ;
99101 color : # fff ;
100102 border-color : rgba (29 , 30 , 29 , 1 );
@@ -107,6 +109,11 @@ body {
107109 text-shadow : 1px 1px 0px rgba (15 , 15 , 15 , 1 );
108110 background-color : transparent;
109111}
112+ # search-btn : hover {
113+ background-color : bisque;
114+ color : # 000000 ;
115+ box-shadow : 2px 3px grey;
116+ }
110117.card {
111118
112119
@@ -139,7 +146,8 @@ body {
139146 align-items : center;
140147}
141148.round {
142-
149+ height : 88% ;
150+ width : 88% ;
143151 align-items : center;
144152 border : 1px solid # 03BFCB ;
145153 border-radius : 50% ;
@@ -171,4 +179,4 @@ body {
171179 color : aliceblue;
172180 text-decoration : none;
173181 font-size : large;
174- }
182+ }
You can’t perform that action at this time.
0 commit comments