11 lines
130 B
Plaintext
11 lines
130 B
Plaintext
#alert-ui {
|
|
position: absolute;
|
|
top: 20%;
|
|
}
|
|
|
|
#alert-label {
|
|
color: red;
|
|
font-size: 36px;
|
|
font-weight: bold;
|
|
}
|