Skip to content

Commit 0482245

Browse files
Merge pull request #4 from mdazfar2/main
update
2 parents e60ada9 + 02fe3b4 commit 0482245

9 files changed

Lines changed: 733 additions & 647 deletions

File tree

Official_Website/banner copy.css

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
.join-team {
42
display: flex;
53
align-items: center;
@@ -10,10 +8,18 @@
108
}
119

1210
.trophy {
13-
font-size: 24px;
11+
display: flex;
12+
align-items: center;
13+
justify-content: center;
1414
margin-right: 15px;
1515
}
1616

17+
.trophy svg {
18+
width: 24px;
19+
height: 24px;
20+
fill: #ffc107; /* Gold color */
21+
}
22+
1723
.text-content {
1824
flex-grow: 1;
1925
}
@@ -41,4 +47,4 @@
4147

4248
.join-button:hover {
4349
background-color: #6749e8;
44-
}
50+
}

Official_Website/banner.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
display: flex;
55
align-items: center;
66
background-color: white;
7-
padding: 20px 30px;
7+
padding: 24px 16px;
88
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
99
border-radius: 8px;
10+
margin-left:70px;
11+
margin-right:60px ;
1012
}
1113

1214
.trophy {
@@ -28,6 +30,11 @@
2830
margin: 0;
2931
color: #666;
3032
}
33+
.trophy svg {
34+
width: 24px;
35+
height: 24px;
36+
fill: #ffc107; /* Gold color */
37+
}
3138

3239
.join-button {
3340
background-color: #7a5eff;
@@ -42,3 +49,4 @@
4249
.join-button:hover {
4350
background-color: #6749e8;
4451
}
52+

0 commit comments

Comments
 (0)