File size: 214 Bytes
5877840
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.green_text {
    color: green;
}

.bold_text {
    font-weight: bold;
}

.load_successful_text{
    background-color: green;
    color:white;
    border-radius: 0.4em;
    padding: 0.5rem;
    font-weight: bold;
}