-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
73 lines (59 loc) · 976 Bytes
/
style.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
63
64
65
66
67
68
69
70
71
72
body {
text-emphasis-color: white;
background-color: rgb(34, 31, 43);
display: block;
}
div{
color:aliceblue;
font-family: 'Common Pixel', sans-serif;
font-size: 20px;
}
.navbar-custom{
background-color: rgb(34, 31, 43);
position: sticky;
top: 0;
z-index: 100;
border-bottom: 1px solid aqua;
border-radius: 20px;
}
.titie-custom {
color:aqua;
font-family: 'Common Pixel', sans-serif;
font-size: 40px;
}
.p1{
color:crimson;
border:crimson;
padding: 5px;
font-weight: 900;
font-size: 17px;
}
.p2{
margin-left: 5px;
margin-right: 5px;
}
.input-custom {
margin-top: 20px;
}
canvas {
display: block;
margin-left: auto;
margin-right: auto;
width: 70%;
height: auto;
background: rgb(44, 44, 46);
position:static;
}
.btn-custom{
color: aqua;
}
.coll-custom{
margin-bottom: 10px;
}
button{
font-family: 'Common Pixel', sans-serif;
font-size: 15px;
}
input[type="range"] {
width:200px;
}