aboutsummaryrefslogtreecommitdiffstats
path: root/Web/Server/static/Server.css
blob: 6f366ec79fcc2266331d3bc2c1bf1d04f86fdf46 (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
.container{
    color: white;
    background-color: maroon;
    border-style: solid;
    border: 1px solid black;
    text-align: center;
    margin:5px;
}

#title{
    font-size: xx-large;
}

#subtitle{
    font-size: large;
}

#choose_file{

}

#submit{

}