File size: 259 Bytes
bc68b42
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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;
}