File size: 433 Bytes
5518283 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
CSS_ELEMENTS = """
.analyze_btn {
background-color: tomato;
width: 50%;
max-width: 600px;
min-width: 200px;
margin: 0 auto;
display: block;
}
.features_description {
flex: 1;
padding: 1rem;
border-radius: 8px;
display: flex;
flex-direction: column;
justify-content: center;
max-height: 460px;
}
#app_title {
text-align: center;
}
footer {
visibility: hidden
}
""" |