Skip to content

Commit

Permalink
kkr first commit cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nxs_neo committed Apr 6, 2024
1 parent 832a3db commit ab82bf6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
Empty file added kkr/assets/kkr.js
Empty file.
17 changes: 13 additions & 4 deletions kkr/kkr.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ body {
padding: 0;
margin: 0;
box-sizing: border-box;
border: #b3a123 solid 0.2rem;
}

.header{
Expand All @@ -50,16 +49,26 @@ body {
padding: 1%;
padding-left: 0;
display: flex;
border: #b3a123 solid 0.2rem;
}

.logo{
width: 100%;
border: #b3a123 solid 0.2rem;
}

.logoName{
font-family: "Boulevard";
font-size: 2.5em;
font-size: 5rem;
text-wrap: nowrap;
padding: 1%;
}

.gallery{
display: flex;
flex-direction: row;
}

.gallery-img{
max-width: 55%;
max-height: 100%;
margin: 1%;
}
8 changes: 5 additions & 3 deletions kkr/kkr.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@
<a href="/index.html"><img class="logo "src="./assets/images/knight-riders-logo.svg" alt="kkr logo"></a>
<h1 Class="logoName">Kolkata Knight Riders</h1>
</div>
<div class="carousel">
<img src="https://www.mpl.live/blog/wp-content/uploads/2021/07/Who-is-the-owner-of-KKR-.png" alt="">
<div class="gallery">
<img class="gallery-img" src="https://images.news18.com/ibnlive/uploads/2024/04/0d93a78f-59c5-4a68-b36f-cd6fd7bf392e-fotor-20240403231015-2024-04-d4b6874e6d702a46634cf7f524c76745.jpg?impolicy=website&width=640&height=480">
<img class="gallery-img" src="https://ss-i.thgim.com/public/incoming/au16l3/article66708204.ece/alternates/LANDSCAPE_1200/_AI_8825.jpg" alt="">
</div>
<div class="yap">
<p>
Welcome to the world of Kolkata Knight Riders (KKR), a powerhouse in the Indian Premier League (IPL) with a rich history of triumphs and legendary feats!
Since their inception in 2008, KKR has dazzled fans with their iconic purple and gold colors, symbolizing passion and glory.
Led by legendary players like Gautam Gambhir and boasting stars like Shubman Gill, Andre Russell, and Pat Cummins, KKR has etched its name in cricketing history with championship wins and thrilling performances.
Led by legendary players like Gautam Gambhir and boasting stars like Shubman Gill, Andre Russell, and Pat Cummins,
KKR has etched its name in cricketing history with championship wins and thrilling performances.
</p>
</div>
</body>
Expand Down

0 comments on commit ab82bf6

Please sign in to comment.