How to create a CSS navigation bar in 6 minutes! 🧭

  Рет қаралды 172,067

Bro Code

Bro Code

7 ай бұрын

#CSS #tutorial #course
This is not a responsive navigation bar. It's meant to be an exercise for beginners to build a very basic navbar.
HTML CSS nav navigation tutorial example explained

Пікірлер: 85
@BroCodez
@BroCodez 11 ай бұрын
Bro Code Bro Code Home About Products Contact This is the Home page Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsam minus eveniet recusandae dicta similique numquam voluptas quos tempore cupiditate pariatur, laudantium fugit alias quia veritatis nesciunt quaerat molestias adipisci assumenda. /* style.css */ body{ margin: 0px; } main{ margin-left: 20px; margin-right: 20px; } h1{ text-align: center; } .navbar ul{ list-style-type: none; background-color: hsl(0, 0%, 25%); padding: 0px; margin: 0px; overflow: hidden; } .navbar a{ color: white; text-decoration: none; padding: 15px; display: block; text-align: center; } .navbar a:hover{ background-color: hsl(0, 0%, 10%); } .navbar li{ float: left; }
@emmanuelanallemina4321
@emmanuelanallemina4321 6 ай бұрын
How to I copy the code
@rayyanabdulwajid7681
@rayyanabdulwajid7681 3 ай бұрын
It's better to use display flex than float.
@iamhere090
@iamhere090 Ай бұрын
i like it
@walidwalid1669
@walidwalid1669 16 күн бұрын
Thank you 🎉
@zoroskrx
@zoroskrx 7 ай бұрын
bro cooked and I ate
@Fl_ninja
@Fl_ninja 6 ай бұрын
💯 Every vid
@Enryu071
@Enryu071 3 ай бұрын
Yum
@Chahatkajalwa
@Chahatkajalwa 6 күн бұрын
I Also Eat but I learn the recipe as well
@evanauli8092
@evanauli8092 5 күн бұрын
ZANKS ZQADDDYIE
@rizwinrz8468
@rizwinrz8468 3 күн бұрын
😂😂
@StopWhining491
@StopWhining491 7 ай бұрын
You've got the best step-by-step videos. Thanks for all your work and sharing.
@Legomaniac359
@Legomaniac359 2 ай бұрын
Straight to the point. Thank you!
@amandapanda3750
@amandapanda3750 2 ай бұрын
Thanks so much. I've been searching for sooo long to find out how to do this.
@mr.shredder5430
@mr.shredder5430 4 ай бұрын
just the thing i needed thanks for sharing this content👍
@suyashman7964
@suyashman7964 7 ай бұрын
Epic bro
@dmojela1625
@dmojela1625 3 ай бұрын
Best teacher.... 👌
@maricarlacerna5841
@maricarlacerna5841 4 ай бұрын
Finally! A working code! thank you very much for this @Bro Code you save me from failling
@MdHossainAhmed-sc4ui
@MdHossainAhmed-sc4ui 3 ай бұрын
Very helpful video
@nicodiangelotheghostking2
@nicodiangelotheghostking2 5 ай бұрын
THANKS I NEEDED THIS SO MUCH FOR SCHOOL PROJECT🎉🎉🎉🎉🎉
@abdullahbiswas1
@abdullahbiswas1 5 ай бұрын
Thank you for the content
@amitcoc7840
@amitcoc7840 2 ай бұрын
Best teacher 🧑‍🏫
@hyzlskyy
@hyzlskyy 12 күн бұрын
the tutorial is simple and straightforward. thank youuuuuu❤❤❤
@richardolajiga3176
@richardolajiga3176 5 ай бұрын
This guy is too good with his explanations
@l-fitness3590
@l-fitness3590 3 ай бұрын
It’s straight to the point and easy to understand definitely one of the best
@Asulescu
@Asulescu 2 ай бұрын
May god bless you ! Thank you save my life seriously
@ayannasir6653
@ayannasir6653 7 ай бұрын
Make a video on how to put "LOGO" and adjust its height and width using "CSS" with according to our needs?
@hertechera
@hertechera 2 ай бұрын
Appreciate this, thank you
@jakry_apexlegends
@jakry_apexlegends 4 ай бұрын
You are a gentleman and a scholar. Thanks
@Freeteechingresiurce87409
@Freeteechingresiurce87409 4 ай бұрын
Very good person
@iangabriel1031
@iangabriel1031 5 ай бұрын
This is what i need!! Thank you so much bro i will subscribe you
@mohaimenpotawan2842
@mohaimenpotawan2842 Ай бұрын
very kind blogger
@Roblox_oyuncu97info
@Roblox_oyuncu97info 6 ай бұрын
you are legend - thanks
@ayushlimbu8044
@ayushlimbu8044 3 ай бұрын
Thanks bro!
@princeshukraan3099
@princeshukraan3099 Ай бұрын
Very good,I love him
@shanepelletier2347
@shanepelletier2347 Ай бұрын
for anyone trying to make this responsive: body{ margin: 0px; } main{ margin-left: 20px; margin-right: 20px; } h1{ text-align: center; } .navbar{ background-color: hsl(0, 0%, 25%); } .navbar ul{ list-style: none; padding: 0px; margin: 0px; display: inline-flex; } .navbar a{ color: white; text-decoration: none; padding: 15px; display: block; text-align: center; } .navbar a:hover{ background-color: hsl(0, 0%, 10%); } this uses flexbox and added .navbar{} so the background color stretches across the webpage
@flinch9710
@flinch9710 26 күн бұрын
You're a lifesaver. Thanks!
@NnFace-ql3jo
@NnFace-ql3jo 4 ай бұрын
best coder
@chamnabkem5459
@chamnabkem5459 4 ай бұрын
Thank you!!!
@Vivek_top_09
@Vivek_top_09 Күн бұрын
Nice bro
@ayeshasiddika1252
@ayeshasiddika1252 2 ай бұрын
great
@ludwajzsk2758
@ludwajzsk2758 7 ай бұрын
👍
@ethioictmedia
@ethioictmedia 3 ай бұрын
it is Good
@user-cu9pd2kv2q
@user-cu9pd2kv2q 3 ай бұрын
Thx bro
@bamanbamni
@bamanbamni 4 ай бұрын
it is important to use main (can we use a div instead of main for main content )
@NaftaliKipkoech
@NaftaliKipkoech 5 ай бұрын
Bro had to earn my subscription and he did it
@waltermitty4132
@waltermitty4132 Ай бұрын
I don't understand why you added "overflow:hidden" to the CSS file? What is its purpose in this navbar?
@inoscopedjfk8207
@inoscopedjfk8207 26 күн бұрын
so it doesn't show a scroll bar on the nav bar
@adejaya1692
@adejaya1692 25 күн бұрын
@yashaswimohod9647
@yashaswimohod9647 2 ай бұрын
Can you make a proper responsive website. It will be easy to add in my projects.😉
@kyonsmith9859
@kyonsmith9859 6 ай бұрын
ty
@SpongeknobSquarenut
@SpongeknobSquarenut 3 ай бұрын
instead of using colors for navigation bar can i use images?
@nazmoonnahar9996
@nazmoonnahar9996 3 күн бұрын
Bro really cooked
@chilli_Tea
@chilli_Tea Күн бұрын
extra challenge: style nav with flexbox
@brightasinde7034
@brightasinde7034 4 ай бұрын
Sir Please am looking for how to creat contact form email, text using nave element instead of div element ?
@user-lg8ms8pw6z
@user-lg8ms8pw6z 2 ай бұрын
Hi Bro Codez, Your tutorials is awesome. Please clarify my doubt, Some of the using Flexbox and Grid to align the navbar button but you didn't use that so please explain which is correct.
@felcynchannel840
@felcynchannel840 Ай бұрын
I believe you want to use flex box to make it more responsive
@asa-od9pu
@asa-od9pu Ай бұрын
How do I center the navigation br in the center of my webpage, it wants to all shift to the side but I want it to be about 100 pixels long and center with h1
@johnryder8464
@johnryder8464 Ай бұрын
Using floats is not the way to do it. Flexbox takes care of that.
@nathansimelane562
@nathansimelane562 2 ай бұрын
What have I done wrong because my display:block and text align center is not working
@gian-mm9kr
@gian-mm9kr 5 ай бұрын
How can I center the nav bar ? the only way i was able to get was creating a div section.
@bqadrat
@bqadrat 2 ай бұрын
Try this: .navbar li{ float: left; width: 25%; } Of course 25% is for 4 elements as it equals 1/4 :) You can also enter: .navbar ul { display: flex; justify-content: center; } and then try lower the width percent to see the result and fit it to your expectations.
@kiddReyes
@kiddReyes 2 ай бұрын
If I want to float right why does my words reverse
@GiorgiTarielashvili
@GiorgiTarielashvili Ай бұрын
Sigma
@haloholahehe4285
@haloholahehe4285 4 ай бұрын
Damn I envy those who can speak English :( Please add Indonesian subtitles 🙏, especially lessons about the 24-hour,12-hour,or 8-hour Java course, Java script, PHP, and others.😅
@haloholahehe4285
@haloholahehe4285 4 ай бұрын
Your video is really great and I want to learn it but I have problems with the English it uses, especially the programming language lessons I want to learn.😅
@Pororo1726
@Pororo1726 2 ай бұрын
Aowkaowkoakw pake translate ke bahasa Indonesia aja bang
@prithurajvidyadas2850
@prithurajvidyadas2850 9 ай бұрын
why did u use "overflow:hidden" can u explain that part like what did u hide exactly?
@omairtech6711
@omairtech6711 8 ай бұрын
I want an answer to this as well. He did not explain at all.
@zoroskrx
@zoroskrx 7 ай бұрын
it prevents horizontal scrolling
@memefromtheinternet
@memefromtheinternet 7 ай бұрын
@@zoroskrx thanks I also needed that
@pholcastaneda3699
@pholcastaneda3699 5 ай бұрын
@@zoroskrx But why does setting the property float:left make it disappear? I don't get it
@cuteminired6550
@cuteminired6550 Ай бұрын
Yes exactly ​@@pholcastaneda3699
@SD88237
@SD88237 5 ай бұрын
1:50
@EnderKyo
@EnderKyo 5 ай бұрын
My styled nav bar isn’t showing up on my second page the links are there it just isn’t styled like the home page, any thoughts?
@bqadrat
@bqadrat 2 ай бұрын
lack of on your second page? Did you solve it?
@EnderKyo
@EnderKyo 2 ай бұрын
@@bqadrat thanks a bunch man I appreciate your comment but I already passed the class so I’m set 😂
@athenadaniellacruz8968
@athenadaniellacruz8968 13 күн бұрын
Why mine isn't working😭😭
@patriayvida4209
@patriayvida4209 6 ай бұрын
Is it Responsive bro?
@Peywan
@Peywan 5 ай бұрын
Nope
@jivara5523
@jivara5523 5 ай бұрын
You can do it with the flex-box
@EnderKyo
@EnderKyo 4 ай бұрын
Does anyone know how to keep it vertical and to the left?
@ishwardayalgarg8097
@ishwardayalgarg8097 2 ай бұрын
Adjust width of ul: 30%or 400 px
@AlThePal78
@AlThePal78 4 ай бұрын
you could of just put margin: 0 20px;
CSS website layout in 9 minutes! 🗺️
9:28
Bro Code
Рет қаралды 49 М.
Navbar CSS Tutorial: 3 Ways to Create a Navigation Bar with Flexbox
15:08
McDonald’s MCNUGGET PURSE?! #shorts
00:11
Lauren Godwin
Рет қаралды 27 МЛН
Nonomen funny video😂😂😂 #magic
00:27
Nonomen ノノメン
Рет қаралды 15 МЛН
1 класс vs 11 класс (рисунок)
00:37
БЕРТ
Рет қаралды 3,8 МЛН
Мама и дневник Зомби (часть 1)🧟 #shorts
00:47
Top 10 CSS One Liners That Will Blow Your Mind
13:34
developedbyed
Рет қаралды 869 М.
Concat prop value with string in styled-component (2 Solutions!!)
3:18
Learn CSS Flexbox in 6 Minutes
6:04
Amin Mousavi
Рет қаралды 24 М.
Learn Flexbox CSS in 8 minutes
8:16
Slaying The Dragon
Рет қаралды 1,3 МЛН
How to Create Navbar in HTML and CSS
6:15
Codehal
Рет қаралды 182 М.
Responsive Navbar Tutorial
13:35
Web Dev Simplified
Рет қаралды 497 М.
Big Tech AI Is A Lie
16:56
Tina Huang
Рет қаралды 57 М.
CSS Tips And Tricks I Wish I Knew Before
12:12
Lama Dev
Рет қаралды 386 М.
McDonald’s MCNUGGET PURSE?! #shorts
00:11
Lauren Godwin
Рет қаралды 27 МЛН