Skip to content

Commit

Permalink
feat:added updated boxicons.
Browse files Browse the repository at this point in the history
  • Loading branch information
dev1abhi committed Mar 14, 2024
1 parent 718add7 commit 942a5d3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css' rel='stylesheet'>
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>

<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
Expand Down Expand Up @@ -42,6 +43,15 @@
</a>
<span class="tooltip">Home</span>
</li>

<li>
<a href="#">
<i class='bx bx-party' ></i>
<span class="links_name">party</span>
</a>
<span class="tooltip">party</span>
</li>

<li>
<a href="#">
<i class='bx bx-user' ></i>
Expand Down
18 changes: 18 additions & 0 deletions movie_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,34 +31,52 @@
<input id="searchInput" type="text" placeholder="Search..." onkeydown="if (event.keyCode === 13) searchMovies()">
<span class="tooltip">Search</span>
</li>

<li>
<a href="index.html">
<i class='bx bx-home'></i>
<span class="links_name">Home</span>
</a>
<span class="tooltip">Home</span>
</li>


<li>
<a href=#>
<i class='bx bx-xing' ></i>
<span class="links_name">party</span>
</a>
<span class="tooltip">Watchparty</span>
</li>



<li>
<a href="#">
<i class='bx bx-user' ></i>
<span class="links_name">User</span>
</a>
<span class="tooltip">User</span>
</li>

<li>
<a href="#">
<i class='bx bx-heart' ></i>
<span class="links_name">Liked</span>
</a>
<span class="tooltip">Liked</span>
</li>

<li>
<a href="#">
<i class='bx bx-cog' ></i>
<span class="links_name">Setting</span>
</a>
<span class="tooltip">Setting</span>
</li>



<li class="profile">
<div class="profile-details">
<img src="assets/virat.png" alt="profileImg">
Expand Down
7 changes: 4 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,13 @@ p {
left: 0%;
width: 60px;
height: 100%;
border: none;
border-radius: 15px ;
background-color: #11101da1;
}

.btw {
border: none;
z-index: 99;
position: absolute;
top: 0%;
Expand All @@ -304,9 +306,9 @@ p {
}

div.scroll-container {

background-color: #1D1B31;
height: fit-content;
min-height: 35vh;
max-height: fit-content;
overflow-x: scroll;
border-radius: 15px;
display: flex;
Expand All @@ -316,7 +318,6 @@ p {
padding: 10px;
box-sizing: border-box;
z-index: 1;

}

/* Hide scrollbar for Chrome, Safari, and Opera */
Expand Down

0 comments on commit 942a5d3

Please sign in to comment.