-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
65 lines (57 loc) · 1.03 KB
/
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
html, body {
margin: 0;
padding: 0;
/* background-color: black; */
background-image: url("https://images.pexels.com/photos/139306/pexels-photo-139306.jpeg?cs=srgb&dl=pexels-fwstudio-139306.jpg&fm=jpg");
background-size: cover;
}
canvas {
display: block;
top: 0px;
position: absolute;
}
i {
color: white;
margin-left: 10px;
}
span {
font-family: 'Consolas';
display: block;
font-size: 12px;
color: #ffffff;
top: 0px;
margin: 4px;
margin-top: 8px;
margin-bottom: 0px;
}
#mandel-label {
display: inline-block;
margin-bottom: 10px;
translate: 0px -2px;
}
.heading {
width: 100%;
background: #ffffff11;
margin: 0;
outline: solid 2px #222222;
padding-top: 2px;
padding-bottom: 2px;
}
#settings {
position: absolute;
display: block;
margin: auto;
right: 0;
width: 200px;
text-align: center;
background-color: #00000022;
border: solid 2px #222222;
margin: 4px;
}
.slider {
background: black;
border: solid 2px #222222;
width: 180px;
margin-top: 0;
margin-bottom: 0;
}