10 lines
161 B
CSS
10 lines
161 B
CSS
.footer_box {
|
|
display: flex;
|
|
justify-content: center;
|
|
background-color: rgb(12, 50, 16);
|
|
color: blueviolet;
|
|
}
|
|
|
|
.ICPNumber {
|
|
color: #7a7a7a;
|
|
} |