11 lines
120 B
CSS
11 lines
120 B
CSS
|
|
/* IDS */
|
|||
|
|
|
|||
|
|
#spinner {
|
|||
|
|
width: 5rem;
|
|||
|
|
height: 5rem;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#text {
|
|||
|
|
font-size: 25px;
|
|||
|
|
border-width: 0.4rem;
|
|||
|
|
}
|