aboutsummaryrefslogtreecommitdiff
path: root/sandbox/TestIvanLjubisavljevic/frontend/src/app/app.component.css
blob: 56ebd4a2c8c0b6433037282761e055f51b150611 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
h1{
    padding: 30px;
    text-align: center;
    color:rgb(42, 71, 165);
}
div{
    width: 100%;
    background-color:rgb(134, 186, 235);
    color: blueviolet;
}

html{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}