Skip to content

Commit ce858f9

Browse files
Update index.html
1 parent 293eab4 commit ce858f9

File tree

1 file changed

+6
-110
lines changed

1 file changed

+6
-110
lines changed

index1.html

Lines changed: 6 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -11,78 +11,6 @@
1111
.scroll::-webkit-scrollbar{
1212
display: none;
1313
}
14-
15-
.custom-search-bar {
16-
width: 600px;
17-
18-
border-radius: 50px;
19-
border: 1px solid #ccc;
20-
display: flex;
21-
align-items: center;
22-
background-color: #fff;
23-
overflow: hidden;
24-
}
25-
26-
.custom-search-bar input {
27-
border: none;
28-
flex-grow: 1;
29-
padding: 10px 15px;
30-
border-top-left-radius: 50px;
31-
border-bottom-left-radius: 50px;
32-
outline: none;
33-
}
34-
35-
.custom-search-bar input::placeholder {
36-
color: #999;
37-
}
38-
39-
.custom-search-bar .search-icon {
40-
background-color: transparent;
41-
border: none;
42-
padding: 0 15px;
43-
display: flex;
44-
align-items: center;
45-
}
46-
47-
.custom-search-bar .search-icon i {
48-
font-size: 1.4rem;
49-
color: #333;
50-
}
51-
52-
.custom-search-bar .search-icon:hover {
53-
cursor: pointer;
54-
color: #000;
55-
}
56-
57-
/* Separate Mic Icon Positioned Outside */
58-
.mic-container {
59-
margin-left: 1px;
60-
}
61-
62-
.mic-container .mic-icon {
63-
background-color: #f1f1f1;
64-
border-radius: 50%;
65-
padding: 10px;
66-
display: flex;
67-
align-items: center;
68-
justify-content: center;
69-
width: 45px;
70-
height: 45px;
71-
}
72-
73-
.mic-container .mic-icon i {
74-
font-size: 1.4rem;
75-
color: #333;
76-
}
77-
78-
.mic-container .mic-icon:hover {
79-
cursor: pointer;
80-
background-color: #e1e1e1;
81-
}
82-
.im:hover{
83-
background-color: #333;
84-
color: #e1e1e1;
85-
}
8614
</style>
8715

8816
</head>
@@ -96,43 +24,11 @@
9624
<i class="fa-solid fa-bars"></i> <i class="fa-brands fa-youtube ps-3" style="color: #e40707;"></i> <b>YouTube </b> <sup>IN</sup>
9725
</div>
9826
<div class="col-sm-6 mx-auto ">
99-
<div class="container my-2">
100-
<div class="d-flex justify-content-center align-items-center">
101-
<!-- Search Bar -->
102-
<div class="custom-search-bar">
103-
<input type="text" placeholder="Search">
104-
<span class="search-icon">
105-
<img src="./img/search.png" alt="">
106-
</span>
107-
</div>
108-
<!-- Mic Icon Outside -->
109-
<div class="mic-container">
110-
<div class="mic-icon">
111-
<img src="./img/mic.png" alt="">
112-
</div>
113-
</div>
114-
</div>
115-
          </div>
27+
<form class="d-flex w-60 mx-auto">
28+
<input class="form-control my-2 me-3 rounded-5" type="search" placeholder="Search" aria-label="Search">
29+
<button class="btn btn-outline-secondary my-2 rounded-5">Search</button>
30+
          </form>
11631
</div>
117-
118-
119-
120-
121-
122-
123-
124-
125-
126-
127-
128-
129-
130-
131-
132-
133-
134-
135-
13632
<div class="col-sm-2 "><button class="btn btn-outline-secondary my-2 ms-5 rounded-5 text-primary"><b>Sign in</b></button></div>
13733
</div>
13834
<!-- top row end -->
@@ -257,7 +153,7 @@ <h4>More from YouTube</h4>
257153
<div class="col-10 bg-light text-light h-100">
258154
<div class="d-flex p-2 bg-light py-2 mt-2 " style="overflow: auto;">
259155
<p class="px-2 bg-white text-black mx-1 my-auto">ALL</p>
260-
<p class="px-2 bg-white text-black my-auto">Tamil </p>
156+
<p class="px-2 bg-white text-black my-auto">Bhojpuri</p>
261157
<p class="px-2 bg-white text-black my-auto">Mixes</p>
262158
<p class="px-2 bg-white text-black mx-1 my-auto">Live</p>
263159
<p class="px-2 bg-white text-black mx-1 my-auto">Developmebt</p>
@@ -533,4 +429,4 @@ <h5 class="card-title">HALDIGHATI RAP 2</h5>
533429

534430
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
535431
 </body>
536-
</html>
432+
</html>

0 commit comments

Comments
 (0)