mars-v2-frontend/components/Container/Container.module.css
gustavomauricio 3e1cc8387f styling wip
2022-09-02 15:40:10 +01:00

9 lines
156 B
CSS

.container {
background: linear-gradient(
132.82deg,
rgba(11, 14, 32, 0.64) 5.03%,
rgba(52, 20, 33, 0.9) 73.08%
);
border-radius: 16px;
}