Hi! how could the code run the nav .start-blog tag? While you only specify the start-home tag only. Or it's only will be used for further JS or JQuery purpose? Thank you!
@CodingNepal4 жыл бұрын
I didn't understand.. Can you tell me im details?
@amaan60174 жыл бұрын
he is saying that in html file you only define class as. start-home but in css file you use. start-home start-blog etc without defining them in html file
@CodingNepal4 жыл бұрын
Sorry it was my mistake. Here is the actual CSS codes - @import url('fonts.googleapis.com/css?family=Open+Sans&display=swap'); body { font-family: 'Open Sans', sans-serif; background: #2c3e50; } nav{ position: relative; margin: 270px auto 0; width: 590px; height: 50px; background: #34495e; border-radius: 8px; font-size: 0; box-shadow: 0 2px 3px 0 rgba(0,0,0,.1); } nav a{ font-size: 15px; text-transform: uppercase; color: white; text-decoration: none; line-height: 50px; position: relative; z-index: 1; display: inline-block; text-align: center; } nav .animation{ position: absolute; height: 100%; /* height: 5px; */ top: 0; /* bottom: 0; */ z-index: 0; background: #1abc9c; border-radius: 8px; transition: all .5s ease 0s; } nav a:nth-child(1){ width: 100px; } nav .start-home, a:nth-child(1):hover~.animation{ width: 100px; left: 0; } nav a:nth-child(2){ width: 110px; } nav a:nth-child(2):hover~.animation{ width: 110px; left: 100px; } nav a:nth-child(3){ width: 100px; } nav a:nth-child(3):hover~.animation{ width: 100px; left: 210px; } nav a:nth-child(4){ width: 160px; } nav a:nth-child(4):hover~.animation{ width: 160px; left: 310px; } nav a:nth-child(5){ width: 120px; } nav a:nth-child(5):hover~.animation{ width: 120px; left: 470px; }
@santhirandilaiksana35252 ай бұрын
@-elektrostahl_13382 жыл бұрын
This is actually what I was looking for - thank you !!!
@AveKhlif-xw4pl2 ай бұрын
You are the best, I support you
@АрманАлимханов-ф8д4 жыл бұрын
oh my God thanks man you really just saved my life
@CodingNepal4 жыл бұрын
You're welcome 💙
@TruthPrevails_ Жыл бұрын
Perfect - the video I was looking for. Thankyou for uploading
@adobetrainingplatform35774 жыл бұрын
I really liked watching the video and your video solved my problem thanks
@CodingNepal4 жыл бұрын
You're welcome 💙
@stemp-freefire71583 жыл бұрын
Your all tutorials are so helpful
@CodingNepal3 жыл бұрын
Glad you like them!
@Skyraxk4 жыл бұрын
bro. I appreciate your work. Very nice. Thanks bro for the tutorial. Keep it up for more video.
@CodingNepal4 жыл бұрын
You're welcome bro 💙
@playstasio66853 жыл бұрын
how can i keep the menu highlighted when it's active?
@thecustomizednation111111 ай бұрын
Facing the same problem
@navishthakur47793 ай бұрын
Add "active" attribute
@thanigaivelan83945 жыл бұрын
It is fantastic dude.....
@CodingNepal5 жыл бұрын
Thank you... Keep watching ❤️
@zaheermughal79984 жыл бұрын
brother u have stunning content in channel, i really like that stuff..
@CodingNepal4 жыл бұрын
Thank you 💙 Follow us on insta - instagram.com/coding.np
@housseineh76775 жыл бұрын
Very nice effect 👌👌👌 I like it !
@CodingNepal5 жыл бұрын
Thank you.. Keep supporting ❤️
@krishcm30165 жыл бұрын
Very nice! Thanks! 🤗🤗🤗
@CodingNepal5 жыл бұрын
Your welcome 💙
@safiyakothiwale4 жыл бұрын
I luv ur content ❤ u r very creative. keep it up. I think u should start teaching us. It will be very helpful.
@CodingNepal4 жыл бұрын
Thank you 💙
@Galaxy_World3 жыл бұрын
This is teaching lmao
@Galaxy_World3 жыл бұрын
@@CodingNepal yw
@ojvni3 жыл бұрын
Thank you bro 🙏 I've always got the best from you Thanks please
@CodingNepal3 жыл бұрын
Always welcome
@InspireHour2 жыл бұрын
thanks bro for saving my time
@thehighlightedone4 жыл бұрын
In the next video can you make a responsive website using html and css (and thanks for give me two hearts)
@CodingNepal4 жыл бұрын
Here is the video - kzbin.info/www/bejne/qpTWnKNjo8iBZqs
@khushidubeypoetry Жыл бұрын
Superb...🥹🥹🥹 u .. r suprb teacher.... sir /ma'am.....🥹🥹🥹🥹🥹🥹🥹🥹 tq so much....
@developernaim78694 жыл бұрын
Awesome 👍
@CodingNepal4 жыл бұрын
Thank you 💙
@saragylden6124 жыл бұрын
Hello there! Love this tutorial. If I have only 4 tabs, the hover will dislocate? How do I change that? Can I maybe DM you. Currently working on my exam project, and would love this hover menu bar.
@GHOST-dg5tk3 жыл бұрын
why does the underline return back to its starting position, can you change it?
@blackcatminou29813 жыл бұрын
you must remove the .start-home, but you'll have the selector render only when hovering something
@mohsinsayyad63474 жыл бұрын
Excellent 👌
@CodingNepal4 жыл бұрын
Thank you 💙
@turniodev3 жыл бұрын
I only see "start_home," huhu can u help me know it?
@HuyTran-fl4ej2 жыл бұрын
Thank you, so beautiful
@bulkbuster5537 ай бұрын
Hover is not at all working
@bulkbuster5537 ай бұрын
Help me pleae3
@housepjays4 жыл бұрын
Great video! How do you make the highlight effect stay active when you click on a nav element? Thank you
@CodingNepal4 жыл бұрын
Use javascript for that.. I've made many videos on it.. Visit channel.
@sanketsingh55552 жыл бұрын
Inline block aur flex me jya difference h aur inline block kab kab use krna hota h
@nigarmamedova5828 Жыл бұрын
How to do the same in case of active element state?
@dominikladner31615 жыл бұрын
great Video!
@CodingNepal5 жыл бұрын
Thank you 💙
@ZaynMalik-dp7iv4 жыл бұрын
thanks buddy ❤️
@CodingNepal4 жыл бұрын
You're welcome 💙
@thehighlightedone4 жыл бұрын
can you make a video about your work
@juancamilocampotangarife7432 Жыл бұрын
how can I do this with a dynamic links option.... for example, I don't know if I would use 4 links or 10links-
@renwar4 жыл бұрын
How about something dynamic? Because majority of cases are dynamic content, thats why static width not always the solution.
@CodingNepal4 жыл бұрын
If you have some knowledge of css then you can put dynamic width or static width according your desire.
@ayepwintphyu96703 жыл бұрын
Thanks😍😍😍
@CodingNepal3 жыл бұрын
Welcome 😊
@thund3rnk2 жыл бұрын
I would like to ask you something, why is not closed?? in the nav, I have and I can´t close it and the whole animation and css breaks
@srikanthbadampudi33003 жыл бұрын
nav{ position: relative; margin: 270px auto 0; width: 590px; height: 50px; background-color: #34495e; border-radius: 8px; font-size: 0; box-shadow: 0 2px 3px 0 rgba(0,0,0,.1); } In this above code why did you write ' font-size:0 ' can anyone explain
@CodingNepal3 жыл бұрын
It's mean if the nav has taken any font-size then make it 0; It's not required and you don't need to put this line.
@lizalizaveta18823 жыл бұрын
that looks cool, i tried it out. however, there are a lot of repetitions with nth-child() and hover effects for each of them individually. is there any simpler way to achieve this with java script?
@adityabankey76822 жыл бұрын
I also face same issue did you find this problem solution please let me know
@altufaltu41034 жыл бұрын
cool i love that
@CodingNepal4 жыл бұрын
Thank you 💙
@thezvid4 жыл бұрын
good but it isn't responsive it is just static values
@CodingNepal4 жыл бұрын
Yes it's not responsive.
@AyushKumar-ep1nn4 жыл бұрын
You are awesome coder if I use your coding it's ok for you
@CodingNepal4 жыл бұрын
Yes you can use my code.
@abhishekmohanty2324 жыл бұрын
how can i make it to go back to the current page one i take the mouse pointer out
@CodingNepal4 жыл бұрын
According to this design, the active page is home page and when you hover on other menu the animation slides smoothly and it go to default active tab when the pointer out. I hope you got it.
@vakkoww86355 ай бұрын
Is it possible to make this responsive ?
@pechhon12737 ай бұрын
Hello brother ! Can you tell me how to make this animation on drop-down? I do like that but not working.
@dangerzone-1362 жыл бұрын
Which software you have used to make such kind of video tutorial?
@0xTh3Ruler3 жыл бұрын
Is this a CSS tutorial or a music video?
@ankushsonone84333 жыл бұрын
Brother I write the whole code and try to make same to understand his working for practice mode but I realised some code is missing of HTML file in this video can you please share his HTML. Code so I can check and correct my mistakes.
@CodingNepal3 жыл бұрын
Source files link is in the description.
@ElSuperNOOB5 жыл бұрын
Hello, how can I do that when I restart the web, the colored button start in "contact", and not un "Home"? New sub 😄
@CodingNepal5 жыл бұрын
use Javascript or JQuery..
@ElSuperNOOB5 жыл бұрын
@@CodingNepal IT is posible to do it with css?
@CodingNepal5 жыл бұрын
@@ElSuperNOOB No there is no page reload event listener in CSS.
Please continue these lessons !!! Thanks a lot!!!!!
@samiyaaktermimvlog3 жыл бұрын
Thank you .
@vaibhavkhushlani38362 жыл бұрын
Amazing
@LutfiRamadhan4 жыл бұрын
the bottom 0, or second animation. What does it call?
@CodingNepal4 жыл бұрын
Please mention time.
@mohammadakram5994 жыл бұрын
@CodingNepal could you please tell me how to active this in the last child??
@CodingNepal4 жыл бұрын
You need to do some change in css codes. Contact on me Instagram. I'll do for you.
@thehighlightedone4 жыл бұрын
what is the url in style .css
@CodingNepal4 жыл бұрын
This url is used for font-family.. You can get code files from here drive.google.com/file/d/1aURPkqJP6ASxBsLHozPEdn3oYJPCetMD/view?usp=drivesdk
@ahmedbelloula92683 жыл бұрын
can someone explain me the "start-home" is used for what
@pitagora86964 жыл бұрын
how does it behave in responsive view?
@CodingNepal4 жыл бұрын
It's not responsive.
@minthantkyaw15792 жыл бұрын
why u used start-home class? IDK For what?
@gamingtiktok96165 жыл бұрын
Nice
@esf-studio-main Жыл бұрын
Those css are hardcoded and will not scale if we add another a tag in html
@muratgunhan4 жыл бұрын
thanks
@CodingNepal4 жыл бұрын
You're welcome... Stay tuned 😁
@muratgunhan4 жыл бұрын
@@CodingNepal Thank you, I've been watching from Turkey got me very useful video
@Genusik2 жыл бұрын
Thnx!
@trapmask2978 Жыл бұрын
how to hyperlink on section html?
@adal77694 жыл бұрын
i cant find the source code
@user-iu6uc4vu4o5 жыл бұрын
Great
@CodingNepal5 жыл бұрын
Thank you :)
@joshuaubara90143 жыл бұрын
What is the name of the editor
@CodingNepal3 жыл бұрын
It's atom.
@Pilosofia3 жыл бұрын
that will work just with these tabs , but if you add another tab it will not work .
@glade39343 жыл бұрын
someone know how to add clear custom css to elementor?
@mohammadakram5994 жыл бұрын
brothur could you please make a voice over in this tutorial? please that would be very much helpful. i want to know , { :hover~.animation} "~" why this sign? can you please explain love from Bangladesh.
@CodingNepal4 жыл бұрын
This article helps you - techbrij.com/css-selector-adjacent-child-sibling
@mohammadakram5994 жыл бұрын
@@CodingNepal ok , and could you please tell me how to active this in the last child??