11 lines
167 B
CSS
Executable File
11 lines
167 B
CSS
Executable File
.errorTxt {
|
|
text-align: center;
|
|
padding: 25px;
|
|
width: 70%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
color: #333;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
}
|