10 lines
168 B
CSS
10 lines
168 B
CSS
.btnloginRigh {
|
|
display: flex;
|
|
flex-direction:reverse;
|
|
justify-content:flex-end;
|
|
width: 100%;
|
|
}
|
|
.myerror {
|
|
background-color: red;
|
|
color: white;
|
|
} |