6 lines
145 B
CSS
6 lines
145 B
CSS
.contentContainer {
|
|
display: flex;
|
|
background: linear-gradient(109.6deg, rgb(0, 0, 0) 11.2%, rgb(11, 132, 145) 91.1%);
|
|
min-height: 100%;
|
|
}
|