1.bar {
2    position: relative;
3    overflow: auto;
4    margin: 0;
5    width: 100%;
6    display: block;
7    border-radius: 0; /* not rounded */
8}
9
10
11
12