Add error message CSS

parent d53719e8
...@@ -31,6 +31,14 @@ body { ...@@ -31,6 +31,14 @@ body {
width: 47%; width: 47%;
} }
#error {
/*display: none;*/
font-size: 12px;
clear: both;
margin-top: 20px;
position: absolute;
}
#input { #input {
float: left; float: left;
left: 2%; left: 2%;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment