aboutsummaryrefslogtreecommitdiff
path: root/Pages/JobCounter/Index.cshtml.css
blob: 5b191c1af9d620e3c19ecc1edd24fd9862e07255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
div {
    align-items:    center;
    display:        flex;
    flex-direction: column;
    left:           50%;
    position:       absolute;
    top:            50%;
    transform:      translate(-50%, -50%);
}

h1 {
    font-family: 'Arial';
    font-size:   28pt;
}