styles.scss 220 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 .nav { padding: 1rem; z-index: 2; position: fixed; height: 3rem; background-color: white; top: 0; left: 0; right: 0; ul { margin: 0; display: flex; li { margin-left: 10px; } } }