BrainBot / styles.css
aminaj's picture
Update styles.css
61b4134 verified
raw
history blame contribute delete
259 Bytes
img {
border-radius: 10px;
}
.stApp {
background: linear-gradient(to bottom, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
ul li:nth-child(2) {
display: none;
}