mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
19 lines
197 B
CSS
19 lines
197 B
CSS
|
.result {
|
||
|
font-size: 24px;
|
||
|
margin: 0.5em 0;
|
||
|
width: 700px;
|
||
|
height: 56px;
|
||
|
}
|
||
|
|
||
|
.error {
|
||
|
background-color: red;
|
||
|
}
|
||
|
|
||
|
.warn {
|
||
|
background-color: yellow;
|
||
|
}
|
||
|
|
||
|
.success {
|
||
|
background-color: lightgreen;
|
||
|
}
|