Skip to content

Commit bde72e5

Browse files
committed
all changes made
1 parent 0a77ac4 commit bde72e5

2 files changed

Lines changed: 27 additions & 10 deletions

File tree

Projects/Github Profile Wrapper/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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>
@@ -11,7 +20,7 @@
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">

Projects/Github Profile Wrapper/style.css

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
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 {
@@ -28,7 +27,9 @@ body {
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%;
@@ -39,8 +40,8 @@ body {
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;
@@ -73,7 +74,7 @@ body {
7374
}
7475

7576
.search-container:hover > #search-input {
76-
width: 400px;
77+
width: 300px;
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: 50px;
99+
height: 40px;
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+
}

0 commit comments

Comments
 (0)