2024-11-16 02:11:07 -05:00
|
|
|
#cc{
|
|
|
|
border: 1px solid white;
|
|
|
|
image-rendering: auto;
|
|
|
|
}
|
|
|
|
|
2024-11-27 01:00:06 -05:00
|
|
|
.kiki_table{
|
2024-11-16 02:11:07 -05:00
|
|
|
border-color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
#darkness{
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blue{
|
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.red{
|
|
|
|
color: red;
|
2024-11-27 01:00:06 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* .main_div{
|
|
|
|
background-image: url("/public/images/backgrounds/index.png");
|
|
|
|
background-size: contain;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
} */
|