-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQ_5.css
106 lines (92 loc) · 1.58 KB
/
Q_5.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
body {
font-family: Arial, sans-serif;
border: 2px solid black;
height: 100vh;
width: max-content;
}
.img {
display: flex;
align-items: center;
gap: 10px;
}
.head {
margin-inline: 190px;
align-items: center;
justify-content: space-between;
margin-top: 10px;
line-height: 0;
}
.top {
display: flex;
gap: 20px;
}
.buttons {
display: flex;
gap: 10px;
margin-inline:10px;
gap: 20px;
}
button {
padding: 5px 10px;
border: 1px solid #ddd;
border-radius: 4px;
background-color: #f5f5f5;
cursor: pointer;
}
button:hover {
background-color: #ddd;
}
.ind{
margin: 35px;
padding:0;
line-height:0;
padding-top: 8px;
}
.chart{
font-size: 12pt;
width: auto;
display: inline-flex;
align-items: center;
gap: 5px;
padding: 5px 10px;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #f9f9f9;
cursor: pointer;
}
button i {
font-size: 20px;
}
.cont{
display: flex;
border: 2px solid rgb(245, 212, 212);
width:550px;
border-radius: 15px;
}
.cont-2{
gap:30px;
display: flex;
border: 2px solid rgb(245, 212, 212);
width:550px;
border-radius: 15px;
}
.last{
border: 2px solid green;
width: 550px;
background-color: green;
color: white;
font-size: 13pt;
margin-inline: 57px;
height: 45px;
}
.divide{
padding: 35px;
margin: 10px;
align-content: center;
justify-content: center;
justify-content: center;
margin-inline: 20px;
}
.main{
display: flex;
}