Cornea Florin Posted on Jan 14, 2020 HTML CSS Custom Navbar #codepen #beginners #html #css Experimenting with a custom navbar design. Custom made, HTML&CSS only Top comments (5) Subscribe Collapse Expand Dele-Adelusi Oluwanisola Dele-Adelusi Oluwanisola Dele-Adelusi Oluwanisola Follow I am a seasoned UX designer currently based in Lagos,Nigeria 🇳🇬. I am passionate about teaching 💻 tech related topics. As an advocate of open source, i love tinkerin with linux operating systems. Location Nigeria Education Tai Solarin University of Education Work Freelance Ux Designer Joined Jan 11, 2020 • Jan 15 '20 Dropdown menu Copy link Hide How do i make it mobile responsive ? Collapse Expand Cornea Florin Cornea Florin Cornea Florin Follow Experienced Web Developer with a demonstrated history of working with PHP, HTML, CSS, JS and many more Location Oradea, Romania Work Full stack Web Developer at Qubiz Joined Oct 9, 2019 • Jan 20 '20 Dropdown menu Copy link Hide Hi Joshua, sorry for the delay, i started updating the pen to be responsive It's not 100% done but the idea is there Collapse Expand Cornea Florin Cornea Florin Cornea Florin Follow Experienced Web Developer with a demonstrated history of working with PHP, HTML, CSS, JS and many more Location Oradea, Romania Work Full stack Web Developer at Qubiz Joined Oct 9, 2019 • Jan 16 '20 Dropdown menu Copy link Hide I will make the responsive version for this after i get home from work, i'll add here a new reply for you when is ready Thanks for the support :) Collapse Expand Hub Hub Hub Follow Joined May 24, 2018 • Jan 14 '20 Dropdown menu Copy link Hide .navigation-links is a list, then why are you using <div> instead of <ul>? Collapse Expand Cornea Florin Cornea Florin Cornea Florin Follow Experienced Web Developer with a demonstrated history of working with PHP, HTML, CSS, JS and many more Location Oradea, Romania Work Full stack Web Developer at Qubiz Joined Oct 9, 2019 • Jan 14 '20 Dropdown menu Copy link Hide yes @Hubert, you are right, in fact that is not even valid markup, Thanks for the observation :D Code of Conduct • Report abuse For further actions, you may consider blocking this person and/or reporting abuse
Top comments (5)
How do i make it mobile responsive ?
Hi Joshua, sorry for the delay, i started updating the pen to be responsive
It's not 100% done but the idea is there
I will make the responsive version for this after i get home from work, i'll add here a new reply for you when is ready
Thanks for the support :)
.navigation-links
is a list, then why are you using<div>
instead of<ul>
?yes @Hubert, you are right, in fact that is not even valid markup,
Thanks for the observation :D