-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
65 lines (51 loc) · 730 Bytes
/
styles.css
File metadata and controls
65 lines (51 loc) · 730 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
53
54
55
56
57
58
59
60
61
62
63
64
65
html{
font-size: 12px;
font-family: inconsolata;
padding: 40px;
}
h1{
font-size: 18px;
color:#312efc;
}
.designer{
padding:24px;
margin: 24px;
background: #f3f3f3;
display: flex;
flex-flow: column nowrap;
}
.container{
display: flex;
flex-flow: row wrap;
/* background-color: green;*/
margin: 0px 0px;
}
.container input{
margin:4px;
width: 40px;
}
.row{
padding:0px;
margin:8px 0px 16px 0px;
/* background: blue;*/
width: 240px;
}
button{
padding: 8px 8px;
color:white;
background: black;
border-style: none;
width: 64px;
}
.designer #display{
width: 100%;
color:black;
}
.chart div {
font:10px;
background-color:#312efc ;
text-align: left;
padding:4px;
margin:8px 0px;
color:white;
}