13 lines
169 B
CSS
13 lines
169 B
CSS
.records {
|
|
font-size: 10px;
|
|
padding: 30px;
|
|
color: grey;
|
|
background-color: beige;
|
|
}
|
|
|
|
.myNav {
|
|
background-color: black;
|
|
color: darkgrey;
|
|
justify-content: center;
|
|
}
|