css - how to create bullet dotted slider -
ho create slider bullet indicator?
i have something menu slider
.menu { position: absolute; bottom: 0; width: 100%; height: 10vh; text-transform: uppercase; ul { margin: 0 auto; color: red; height: 100%; width: 80%; display: flex; justify-content: space-around; align-items: center; li { height: 100%; display: flex; align-items: center; } } }
ho make bullet dotted slider in mobile version instead of menu? here: https://tympanus.net/development/dotnavigationstyles/
Comments
Post a Comment