Creating a Stylish Search Bar for Your Website: HTML & CSS Tutorial

  Рет қаралды 70,995

dcode

dcode

Күн бұрын

Пікірлер: 39
@Sayvai
@Sayvai Жыл бұрын
💡I think we need to leverage the power of modern and widely supported CSS flex "gap" and "grow" property rather than still relying on margins as spacers between flex child elements.
@josiahclarke8328
@josiahclarke8328 7 ай бұрын
Tysm i learned alot more than ever Plz keep making these easily digestible vids for us They're helpful as hell🤟
@kobayashimauro
@kobayashimauro 10 ай бұрын
It inspired me a lot, thank you!
@beinyourguard
@beinyourguard Жыл бұрын
very simple and nice. love it
@kyd1762
@kyd1762 10 ай бұрын
It really helped me for my project work, thank you so much
@sammarkey9514
@sammarkey9514 5 сағат бұрын
i did exactly what you did to the "T" and the box didnt pop up where i should be able to type and its in the footer where i want it and there is a background color to the footer and still dont know how to fix it
@havocmemes
@havocmemes 4 ай бұрын
The video was really good and easy to understand. Can u pls make another video on the search bar with recomended/mostly searched buttons right below the search bar? Or just lemme know if u have already made a video on this topic xddd
@Kieranmcm07
@Kieranmcm07 9 ай бұрын
Hello. Can i ask how do you change the color of the x when typing into the search box. The color is blue and i dont know how to change it.
@atm_sakib
@atm_sakib 12 күн бұрын
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; } input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }
@re-agentnathaniel
@re-agentnathaniel Ай бұрын
I am trying to add this within an existing website on GHL, it’s distorting my website page and not becoming a search bar. What am I doing wrong?
@_____vieve
@_____vieve 7 ай бұрын
this helped me, thanks!
@Pennonly
@Pennonly 11 ай бұрын
can i switch the icon form left to the right if possible which part should I change?
@Jaspertje
@Jaspertje 9 ай бұрын
Use float: right;
@Pennonly
@Pennonly 11 ай бұрын
can i switch the icon from left to right If possible, which part should I change?
@hi-kj3eu
@hi-kj3eu 11 ай бұрын
just put the code of the icon after the input, that should work
@anonkjvn
@anonkjvn 6 ай бұрын
i have an 'X' symbol to the right of the search bar, how do i change its appearance? ive used --webkit-search-cancel-button and can remove it but cant change its appearance help pls
@PRIESTOFLOVEWORLD
@PRIESTOFLOVEWORLD 3 ай бұрын
Thank you this information is helpful
@Growguru_yt
@Growguru_yt 4 ай бұрын
thanks alot man!!
@moonlitsonataa
@moonlitsonataa Жыл бұрын
thanks for this!!
@dcode-software
@dcode-software Жыл бұрын
No problem
@shaharunakter8612
@shaharunakter8612 2 ай бұрын
Now how can I align it to center? 🙏
@hs_infotech
@hs_infotech Ай бұрын
Put that form into div tag Paste here your Form element & search bar CSS .wrapper { display: flex; justify-content: center; align-items: center; } That's it
@serbanpascovici913
@serbanpascovici913 Жыл бұрын
Thanks a lot!
@RevathiR-lh1rq
@RevathiR-lh1rq 5 ай бұрын
thank you it helped me
@dcode-software
@dcode-software 5 ай бұрын
Glad to hear that!
@HighlandCatz
@HighlandCatz 8 ай бұрын
thank you this helped
@r4ndom-here
@r4ndom-here 9 ай бұрын
But how do you get the input of the user? PS your vids are very cool!
@hi-kj3eu
@hi-kj3eu 11 ай бұрын
how do i make it so it uses google as a search engine
@Big_Fish911
@Big_Fish911 9 ай бұрын
Just make it so it takes you to the Google search link or embed it
@hi-kj3eu
@hi-kj3eu 9 ай бұрын
@@Big_Fish911 ty
@md323_
@md323_ 3 ай бұрын
Is it working???
@VivekYadav-up7uu
@VivekYadav-up7uu Жыл бұрын
nice
@truthteachers
@truthteachers Жыл бұрын
Bro, why the same old thing over and over. Can we see something innovative or something that is full with a functioning search component? Search in KZbin and we get hundreds of the same thing. This is like teaching all dogs old tricks. I am so sorry to be open and frank. If we see more old stuff, my friends and me my friends may soon have to unsubscribe as we see really no value. I hope you understand. Thank you, bro.
@dcode-software
@dcode-software Жыл бұрын
Yeah I understand, though it can be difficult to make existing subscribers happy as well create helpful content for those searching on KZbin. Appreciate you sticking around 🙂 I have some new content coming up soon (maybe React)
@truthteachers
@truthteachers Жыл бұрын
@@dcode-software Tq bro for replying. I think even React is over done. So many people giving beginners course. What would be interesting is creating full functional components let it react or anything else.
How to put an HTML website online (on the Internet)
29:37
SuperSimpleDev
Рет қаралды 1,9 МЛН
24 Часа в БОУЛИНГЕ !
27:03
A4
Рет қаралды 7 МЛН
The Lost World: Living Room Edition
0:46
Daniel LaBelle
Рет қаралды 27 МЛН
$1 vs $500,000 Plane Ticket!
12:20
MrBeast
Рет қаралды 122 МЛН
Create a clean, modern navigation with HTML & CSS
25:17
Kevin Powell
Рет қаралды 158 М.
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Coding2GO
Рет қаралды 541 М.
How To Create A Search Bar In JavaScript
14:28
Web Dev Simplified
Рет қаралды 430 М.
The Easy Way to Design Top Tier Websites
11:54
Sajid
Рет қаралды 686 М.
Navbar CSS Tutorial: 3 Ways to Create a Navigation Bar with Flexbox
15:08
9 Web Design Trends 2025 to Spruce Up Your Site
16:33
Showit
Рет қаралды 84 М.
How to create an expanding search bar using :focus-within
32:56
Kevin Powell
Рет қаралды 103 М.
24 Часа в БОУЛИНГЕ !
27:03
A4
Рет қаралды 7 МЛН