1.list {
2 background-color: #eee; /* Grey background color */
3 color: black; /* Black text color */
4 display: block; /* Make the links appear below each other */
5 padding: 12px; /* Add some padding */
6 text-decoration: none; /* Remove underline from links */
7}