Ravi Srinivasan
2020-05-08 bf85d8ea7d7402eafeb5d46fa98622e6774a251f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.centered {
    text-align: center;
}
 
.margin-separator {
    margin-top: 20px;
}
 
.text-container {
    text-align: center;
    font-size: 3em;
    max-width: 300px;
    border-bottom-style: solid;
    border-color: #2b9af3;
    word-wrap: break-word;
}
 
.currency-text {
    font-size: 0.6em;
    vertical-align: top;
}