You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
218 B
10 lines
218 B
7 months ago
|
page {
|
||
|
height: 100%;
|
||
|
}
|
||
|
.ai-creation {
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
background: linear-gradient(44.7deg, #eaffff 0%, #faf6ff 50%, #f2f3ff 63%, #eaffff 100%);
|
||
|
background-size: cover;
|
||
|
}
|