-
Notifications
You must be signed in to change notification settings - Fork 0
/
djik.css
62 lines (55 loc) · 1.28 KB
/
djik.css
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
53
54
55
56
57
58
59
60
61
62
.Heading{
position: fixed;
color: rgb(0,0,0);
height: 42px;
top:-16;
right: 0;
width: 100%;
font-size: 50px;
font-family: 'Impact';
text-align: center;
border-bottom: : solid 2px black;
background-color: rgb(255, 255, 255);
z-index: 2;
}
.sortingalgo{
text-align: center;
font-family: 'Abel';
font-size: 56px;
color: black;
position: relative;
}
.button1{
color: white;
font-size: 16px;
font-family: 'Abel';
background-color: #009900;
padding: 2px;
padding-right: 40px;
padding-left: 40px;
border: 4px solid;
border-color: rgb(214, 245, 255);
border-radius: 4px;
cursor: pointer;
position: relative;
top: 10;
transition-duration: 0.2s;
}
.button1:hover{
background-color: #00cc00;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.19);
}
#canvasDiv {
text-align: center;
margin-left: auto;
margin-right: auto;
cursor: pointer;
position: relative;
top: 10;
}
.modal-backdrop {
background-color: #000000;
}
.fade.in {
opacity: 0.93;
}