providing great information, how can we do this with flex? thanks
@HeavyCodingАй бұрын
Checkout navbar playlist
@rZERO_game14 күн бұрын
Sir thora sa modify kia hay becuz navbar may element size fixed tha, and browser ka size chota bara karne se contact niche sift ho ja raha tha, small responsive banane ke liye change kia. " /* Reset default padding, margin, */ * { padding: 0; margin: 0; } body { background-color: rgb(236, 205, 205); } .navbar{ width: 80%; height: 50px; margin: 0px auto; background-color: rgb(178, 178, 224); } .navbar ul{ list-style-type: none; display: flex; } .navbar ul li{ flex: 1; text-align: center; font-size: 20px; line-height: 50px; position: relative; } .navbar ul li a{ text-decoration: none; color: white; display: block; } .navbar ul li a:hover{ background-color: blue; } .navbar ul ul{ background-color: green; position: absolute; display: none; width: 100%; } .navbar ul ul li{ width: 100%; text-align: center; } .navbar ul ul ul{ left: 100%; top: 0px; } .navbar ul li:hover >ul{ display: block; } "
@dhruvilvaghasiya459 ай бұрын
Ul Li Ki Jagah Div Use Kar Sakte Hai Kya ? Sir Aur Haa To Kaise?
@HeavyCoding9 ай бұрын
You can't use div.. only ul li
@dhruvilvaghasiya459 ай бұрын
@@HeavyCoding okkk mene Ul li use Kiya kafi aasan raha thanks 👍🙏
@saurabhpandaw3677 ай бұрын
How to give vertical scroll bar to any of the sub menu because i tried giving max- height, and overflow- y: auto but it clips the next sub menu from showing
@jitendrajaintwal6503 Жыл бұрын
Thank you❤❤❤ sir samjhane ke liye
@HeavyCoding Жыл бұрын
Glad it helps you❤️
@Cazado20C Жыл бұрын
Muchas gracia Señor // Great Sir
@HeavyCoding Жыл бұрын
Glad it helps you
@sameek6494 Жыл бұрын
Great Sir❤❤❤
@HeavyCoding Жыл бұрын
Glad it helps you
@simranjeetkaur1513 Жыл бұрын
Sir apna navbar ul ul ul mein bina position mention kiye left 100% de diya kya esey ho skta hai