Day 8 - 30/8

Creating a website

  1. Use following code in <ul> to set navbar fixed when using flexbox

        position: fixed;
        top: 0;
        left: 0;
        right: 0;

Last updated