Day 8 - 30/8
Creating a website
Use following code in
<ul>
to set navbar fixed when using flexboxposition: fixed; top: 0; left: 0; right: 0;
Last updated
Creating a website
Use following code in <ul>
to set navbar fixed when using flexbox
position: fixed;
top: 0;
left: 0;
right: 0;
Last updated