11 lines
190 B
CSS
11 lines
190 B
CSS
#main {
|
|
display: flex;
|
|
min-height: 100vh;
|
|
margin-top: 120px;
|
|
}
|
|
|
|
.messagealerts {
|
|
background: rgba(255, 0, 0, 0.2);
|
|
color: rgb(226, 226, 226);
|
|
word-wrap: break-word;
|
|
} |