aboutsummaryrefslogtreecommitdiff
path: root/src/App.css
blob: db20a8c5dced1eab65883d092154f355bf770851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
button.refresh{
    float: right;
    background: black;
    border: none;
    color: #fff;
    /* padding: 6px; */
    border-radius: 3px;
    width: 28px;
    height: 28px;
    padding-top: 3px;
    cursor: pointer;
}

.header {
    text-align: center;
    font-size: 17px;
    color: #000;
}