summaryrefslogtreecommitdiff
path: root/light-fluid-simulation/css/main.css
blob: 32eefc35448582d92caa2b996b1b07353c6d888e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@import url('https://fonts.googleapis.com/css?family=Open+Sans:600&display=swap');

* {
    margin: 0;
    border: 0;
    box-sizing:
        border-box;
}

body {

    margin: 0;
    position: fixed;
    overflow: hidden;
    background-color: #090d13;
    user-select: none;

}

canvas {

    width: 100%;
    height: 100%;

}