9 lines
130 B
CSS
9 lines
130 B
CSS
body {
|
|
background-color: #ffffeb;
|
|
}
|
|
|
|
.w2vresultblock {
|
|
border: 1px solid #ccc;
|
|
border-radius: 3px;
|
|
padding: 3px;
|
|
} |