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