-
Notifications
You must be signed in to change notification settings - Fork 0
/
Style.css
78 lines (61 loc) · 950 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
73
74
75
76
77
78
div{
height: 500px;
border: 1px solid black;
text-align: center;
width:500px;
float: left;
margin-left: 20px;
margin-top: 20px;
}
canvas{
background-color: #D3D3D3FF;
width: 450px;
height: 400px;
border: 1px solid black;
}
/*CANVAS FIGURES*/
#Sect_1 {
background-color: lightblue;
}
#Sect_2{
background-color: lightgreen;
}
#Sect_3{
background-color: gold;
}
#Sect_4{
background-color: pink;
}
#Sect_5{
background-color: #9A9BB6FF;
}
#Sect_6{
background-color: #FFE87AFF;
}
#Sect_7{
background-color: purple;
}
#Sect_8{
background-color: red;
}
#Sect_9{
background-color: #D375FFFF;
}
#Sect_10{
background-color: #7FFFFFFF;
}
#Sect_11{
background-color: #D1D1D1FF;
}
#Sect_12{
background-color: #EEC195FF;
}
#Sect_13{
background-color: #DB6623FF;
}
#Sect_14{
background-color:#ACE1F0FF ;
}
#Sect_15{
background-color: #77E467FF;
}