13 lines
164 B
CSS
13 lines
164 B
CSS
|
body {
|
||
|
background-color: rgb(255, 149, 172);
|
||
|
}
|
||
|
|
||
|
#remove-1 {
|
||
|
color: white;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#remove-2 {
|
||
|
color: white;
|
||
|
text-align: center;
|
||
|
}
|