-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
63 lines (55 loc) · 900 Bytes
/
main.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
html,
body {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
body {
background-color: rgb(250, 250, 218);
}
.style-head {
position: relative;
width: 100%;
height: auto;
text-align: center;
color: rgb(167, 64, 64);
}
#canva-container {
position: relative;
width: 100%;
height: 70%;
}
#drawCanvas {
background-color: white;
margin: auto;
display: block;
left: 0px;
right: 0px;
}
#colorp {
position: relative;
width: 80%;
height: auto;
display: block;
margin: auto;
left: 0px;
right: 0px;
top: 5%;
border-radius: 3%;
}
.colors {
position: relative;
width: 30%;
height: 10%;
padding: 5px;
display: inline;
}
.color-select {
position: relative;
cursor: pointer;
display: inline-block;
width: 15px;
height: 15px;
margin: 4px;
}