10 lines
168 B
CSS
Executable File
10 lines
168 B
CSS
Executable File
.pause-indicator {
|
|
position: fixed;
|
|
width: 100%;
|
|
z-index: 999;
|
|
background-color: lightgrey;
|
|
color: red;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|