Skip to content

Commit 410fdc9

Browse files
committed
gfg sponsors
1 parent 8f737e1 commit 410fdc9

File tree

3 files changed

+38
-5
lines changed

3 files changed

+38
-5
lines changed

css/style.css

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,14 +1363,27 @@ Leaderboard
13631363
}
13641364
}
13651365

1366+
.kilobyte-sponsors {
1367+
display: flex;
1368+
padding: 0;
1369+
}
1370+
13661371
#tqfocus_svg {
13671372
height: 40%;
13681373
width: 40%;
13691374
}
13701375

13711376
#coding-block_id {
1372-
height: 35%;
1373-
width: 35%;
1377+
padding-top: 50px;
1378+
height: 90%;
1379+
width: 60%;
1380+
}
1381+
1382+
#gfg_id {
1383+
padding-left: 0;
1384+
padding-right: 30px;
1385+
height: 90%;
1386+
width: 90%;
13741387
}
13751388

13761389

@@ -1428,6 +1441,20 @@ Leaderboard
14281441

14291442
#coding-block_id {
14301443
height: 60%;
1444+
width: 70%;
1445+
padding-bottom: 10px;
1446+
}
1447+
#gfg_id {
1448+
height: 50%;
14311449
width: 60%;
1450+
padding: 10px;
1451+
14321452
}
1453+
1454+
1455+
.kilobyte-sponsors {
1456+
display: inline;
1457+
}
1458+
1459+
14331460
}

img/mega-pro/sponsors/gfg.png

455 KB
Loading

megaproject.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,13 +261,19 @@ <h6 class="text-center mgt50px mb-5 sponsor-title"><span
261261
<h6 class="text-center mgt50px mb-5 sponsor-title"><span
262262
style="border-style: solid; border-width: 3px; padding: 3px;">KILOBYTE SPONSORS</span></h6>
263263

264-
<div class="associate-sponsors">
265-
<center>
264+
<div class="kilobyte-sponsors" >
265+
266266

267267
<a href="https://codingblocks.com/" target="_blank"><img
268268
src="img/mega-pro/sponsors/cb_grey.png" alt="Coding Blocks"
269269
id="coding-block_id"></a>
270-
</center>
270+
271+
272+
273+
<a href="https://www.geeksforgeeks.org/" target="_blank"><img
274+
src="img/mega-pro/sponsors/gfg.png" alt="GeeksforGeeks"
275+
id="gfg_id"></a>
276+
271277
</div>
272278
<br>
273279
<br>

0 commit comments

Comments
 (0)