20 lines
181 B
CSS
20 lines
181 B
CSS
|
#cc{
|
||
|
border: 1px solid white;
|
||
|
image-rendering: auto;
|
||
|
}
|
||
|
|
||
|
table{
|
||
|
border-color: green;
|
||
|
}
|
||
|
|
||
|
#darkness{
|
||
|
color: black;
|
||
|
}
|
||
|
|
||
|
.blue{
|
||
|
color: blue;
|
||
|
}
|
||
|
|
||
|
.red{
|
||
|
color: red;
|
||
|
}
|