Creating a website
Use following code in <ul> to set navbar fixed when using flexbox
<ul>
position: fixed; top: 0; left: 0; right: 0;
Last updated 1 year ago