summaryrefslogtreecommitdiff
path: root/frontend/src/components/home/Home.css
blob: bb89f0589895d97ef757ea11e0fb42ed9b2d1823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.homeRoot {
    background: url('background-zeus-temple.jpg') center no-repeat;
    background-size: cover;
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}
bgstack15