0:25 The demo 1:31 The wiring up of TS 3:14 Gradient colors bottom to top
@adnansmove85972 жыл бұрын
wow very amazing.... keep ahed broo
@P0K0 Жыл бұрын
You did the desktop one frist ...but according to tailwind we should do mobile view first !! But either way it was a good tutorial :)
@RestfulCoder3 ай бұрын
Great tutorial. Thanks for sharing the code too!
@CodeAProgram3 ай бұрын
Share and subscribe ❤️❤️
@TALHAABBASI-l1qАй бұрын
Good
@CodeAProgramАй бұрын
Share and subscribe ❤️
@software217113 күн бұрын
thnQ so much !! please create video for footer also thnQ
@sid_liftz11 ай бұрын
thanks it was super easy and needed
@JesusArrazola994 ай бұрын
Very helpful!
@purvankbhiwgade34792 жыл бұрын
Dude, which theme are you using in VS Code? Seems pretty darn nice
@CodeAProgram2 жыл бұрын
Synthwave 84
@user-uo6wj9ug6u23 күн бұрын
thanks - great job
@CodeAProgram23 күн бұрын
Share and subscribe ❤️❤️
@21Moudud Жыл бұрын
Easy to understand
@sabujmondal881 Жыл бұрын
This solution has a problem, when there are some content at that time in mobile view menu goes under the content
@tacsmith Жыл бұрын
yea I ran into this as well.
@dzakyrazi325 Жыл бұрын
Use bg color & z index
@arya.b.widyatmika10 ай бұрын
@@tacsmith😅😅😊😅😊 0:22 😅😊k😅😅 0:38 😊😅😅😅😊Lihat lokasi real-time saya di Maps: maps.app.goo.gl/cBo1vtc6Q3v1GWPn6😮 1:10 😊😊😅😊
@anhht20012 ай бұрын
@@dzakyrazi325 not working :)) because parent, child not same layer
@afrink22036 ай бұрын
very great and easy to understand video!
@youth-fnc Жыл бұрын
Currently I can't understand why the class "absolute" is used inside the div tag. Ive been trying to understand it.
@tarunhasija Жыл бұрын
absolute is used to align an item to the top left corner or starting of the page , when using absolute we do positioning relative to page not with any element
@youth-fnc11 ай бұрын
@@tarunhasija Got it!
@Noida9110 ай бұрын
Thank you for uploading. But you should code wrap in vs code
@ghitahina77897 ай бұрын
9:09 flex navbar
@techguru151 Жыл бұрын
Excellent
@sale7680 Жыл бұрын
Bravo
@tontepouncil3545 ай бұрын
Do you feel this is still the best way to create a mobile-first navbar?
@PeeJoyHuaikrai Жыл бұрын
Thumbed and thanks.
@umpoucodenozes34704 ай бұрын
i just have a doubt, what theme are u using? good video!
@iqbalhonnur445110 ай бұрын
awesome buddy!!
@ibrahimbuhari7502 Жыл бұрын
nice
@saikumar-le7in2 жыл бұрын
How to make responsive multiple drop-down by using tailwind css in next js can u make one video.onmouse Hover in desktop on click in mobile.
@mohitkaushik219 ай бұрын
bro thanks a lot for the video
@AlexisPF245 ай бұрын
¡Thank you! I've learned a lot from you.
@CodeAProgram5 ай бұрын
Share and subscribe ❤️
@hadismousavi1619 Жыл бұрын
veryyyyyyyyyyyyyyyyyyyyy tnks goooooooooooooddddd
@Kiran-qn4pj Жыл бұрын
what was the name of the google extension you were using for getting laptop view and mobile view???
@vishalkirtaniya343111 ай бұрын
it is not an extension it is the "extend" button by right clicking on the browser and then you go to the responsive design mode by "Ctrl + Shift + M"
@lucasbailo5 ай бұрын
thanks bro!
@CodeAProgram5 ай бұрын
❤️❤️❤️
@aamirnasir10919 ай бұрын
can someone help me here? Everything works fine except when I click on menu, close sign appears but menu links does not appear at all
@hiyou8833 Жыл бұрын
Bhiai banate raho bhai hume aise template chahiye
@valentinchauvet9736 Жыл бұрын
A try this tuto on NextJs Tailwindcss project. And I have an issue, the ionicons don't apply tailwindcss properties..
@UncannyPotato69 Жыл бұрын
u are applying the properties in the name. apply them to class
@tahiramalik99822 жыл бұрын
how your browser show many screen option when you minimize it ?
@CodeAProgram2 жыл бұрын
Windows 11
@JuanRodriguez-rh4kp Жыл бұрын
The problem I am having is when user clicks on link the mobile menu doesn't close and scroll to the div id #aboutUs. It works on the expanded desktop version though.
@forgehustle11 ай бұрын
brother what vs code theme is that?
@CodeAProgram11 ай бұрын
Synthwave 84 theme
@jakke1975Ай бұрын
@SarahNakada-ge7wc Жыл бұрын
Is it impossible to make the hamburguer menu appear from behind the navbar?
@Sreeeeeeeekrishna9 ай бұрын
Please avoid the music from your videos since your audio is not much clear.
@dummymail24952 жыл бұрын
How do you use hex color coming from api as color for any element in talwind css? I tried using arbitrary value technique but doesn't seem working. Please help
@liam70732 жыл бұрын
Use square brackets and the colour code like this: bg-[#ffffff] This would be the same as the built in colour of: bg-white
@enrico499210 ай бұрын
thankyou for the content, i have tried the same code, but when the menu button is clicked, the list do not came out. Does anyone have any clue what is going on and how to fix it ? Thankyou
@enrico499210 ай бұрын
so the problem is in top-[9%], as i dont know why it cannot be proceed, so I change it to top-12 and it works well.
@tejasx_10 ай бұрын
Bhai ye romantic music mat dala kar
@Deus-lo-Vuilt2 жыл бұрын
Do you happen to know how to affect another element when hovering? if i use :hover and i want to affect another element how can i do it using tailwind ? it would usually be element:hover .element2{}
@liam70732 жыл бұрын
Element 2 has the onmouseover attribute call a function. The function updates the first elements with something like: let element = document.querySelector("#element1"); element.style.color = "green" There's different ways to do it but this isn't something TailwindCSS would be really be for, that's more a function rather than styling.
@dibbyo4568 ай бұрын
Drop the music.
@abishektamilan9733 Жыл бұрын
Brother how to change hamburger into 3 vertical dots
@vicioyt1644 Жыл бұрын
no sirve tu mmd
@BunrithViwatthanak9 күн бұрын
no way i wasted my time by installing it, but you just copied the CDN 💀
@dontignore55677 ай бұрын
background music was cringe. Please dont do it agian
@agdmadushani11 ай бұрын
can someone give me the code ?
@alirehmangalirehmang89878 ай бұрын
import React from "react"; import app from "./Images/app.webp"; function One() { return ( Products Solution Resources Developers Pricing Sign In ); } export default One; ye 70% code h