@Alex-GamaranoSubmitted 10 months ago
I used a <nav> tag for the links. Is it better thean a <ul> tag?
I used a <nav> tag for the links. Is it better thean a <ul> tag?
It will be easier for styling in CSS if you use just <a> anchor tags inside <div>. Later you just need to apply basic flexbox properties. I hope this help you out. Thank you !