-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (44 loc) · 804 Bytes
/
style.css
File metadata and controls
52 lines (44 loc) · 804 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
body {
background-color: "white";
}
.buttons {
position: relative;
padding-top: 70px;
margin-top: 40px;
margin-left: 200px;
}
.grafik {
margin-top: 50px;
}
canvas {
margin-top: 100px;
margin-left: 450px;
}
.alert-danger {
width: 25%;
margin-top: 20px;
}
.alert-success {
width: 25%;
margin-top: 20px;
}
ul{
padding-left: 0px;
display: block;
list-style-type: none;
}
li{
display: inline;
margin: 10px;
margin-bottom: -2px;
position: relative;
}
h1{
font-size: 25px;
background: -webkit-linear-gradient(#7c57be, rgb(72, 241, 129));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
position: relative;
padding-left: 500px;
}