Spaces:
Runtime error
Runtime error
File size: 356 Bytes
df5cb06 |
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 |
/* style.css */
#button_param {
background: #5110d3 !important;
color: white !important;
border-radius: 3px !important;
}
#feature {
font-size: 24px;
margin-bottom: 24px;
}
#description {
margin-top: 10px;
}
#example {
margin-top: 20px;
}
#additional_text {
margin-top: 20px;
}
#html_image {
margin-top: 0px;
} |