15 lines
221 B
CSS
15 lines
221 B
CSS
.bodyspirit {
|
|
line-height: 1;
|
|
background-color: pink;
|
|
color: white;
|
|
font-size: 20px;
|
|
background-image: url('https://i.ibb.co/kgSHN1YJ/backstar-1.gif');
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.bodyspirit a {
|
|
color: lightblue;
|
|
}
|
|
|
|
|