8 lines
198 B
CSS
8 lines
198 B
CSS
|
.notesInfo{
|
|||
|
font-weight: 60;
|
|||
|
display: block;
|
|||
|
text-align: center;
|
|||
|
font-size: 10px;
|
|||
|
color: #c6cfd0;
|
|||
|
/*the text sice can stay like it is, if you do not want to change it.*/
|
|||
|
}
|