-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchart.css
46 lines (43 loc) · 831 Bytes
/
chart.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
.c1{
height: auto;
width: 700px;
/* border: solid;
border-width: 1; */
background-color: #fff;
align-items: center;
justify-content: center;
margin-top: 20px;
margin-left:500px;
border-radius: 20px;
padding-top: 20px;
}
.c1 h2{
align-content: center;
padding-left: 20px;
}
.c2{
height: auto;
width: 700px;
/* border: solid;
border-width: 1; */
background-color: #fff;
align-items: center;
justify-content: center;
margin-top: 20px;
margin-left:500px;
border-radius: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
.c2 h2{
align-content: center;
padding-left: 20px;
}
.try{
background-color: aqua;
height: 400px;
width:auto;
}
.body{
background-image: url('back1.webp');
}