9 lines
91 B
CSS
9 lines
91 B
CSS
|
|
p.error {
|
||
|
|
font-weight: bold;
|
||
|
|
color: red;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.logout {
|
||
|
|
margin-right: 2em;;
|
||
|
|
}
|