1 2 3 4 5 6 7 8 9 10
.current { color: red; } @media screen and (min-width: 600px) { body { margin-left: 10%; margin-right: 10%; } }