Files
hpos-web/src/components/Registration.css

9 lines
190 B
CSS
Raw Normal View History

2023-08-28 18:23:39 +05:30
.message {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 80vw;
height: 50px;
background-color: rgb(187, 218, 174);
}