8 lines
77 B
CSS
8 lines
77 B
CSS
|
|
body {
|
||
|
|
background-color: white;
|
||
|
|
}
|
||
|
|
|
||
|
|
section#members-table {
|
||
|
|
width: 50%;
|
||
|
|
}
|